-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transactions not being recorded #6237
Comments
Also, for some reason this snippet of code below works perfectly fine for recording transactions. Albeit takes awhile for the transaction to show under the performance page.
|
Also, the ID returned by the library is not correct, as shown in 6229. Though, I could also just be trying to view the event incorrectly, correct me if I'm wrong but is it |
Hi, @User9684. Sorry you're having trouble! To find an event with a particular id, you can paste it into the search box at the top of the Discover page, prefaced with That said, you have discovered a bug! Going to Can you please try that and let me know if transaction events actually still aren't showing up? Also, can you please confirm in the network tab that the outgoing request to our servers is being made successfully? |
So, just to be super clear:
If so, can you please share a link to one of your |
Sorry for the late reply, here's an example of one of the |
Also, doing |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
I still have this issue... |
Hi, I tried your snippets and I believe your transactions are getting dropped by our ingest pipeline because of |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.20
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
Using this for init:
Code ran:
Expected Result
A transaction is made inside performance tab
Actual Result
Nothing is made, library returns an ID but it leads to nowhere.
The text was updated successfully, but these errors were encountered: