You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have "@google-cloud/text-to-speech": "^4.0.7", installed. Then, I did throw sentry error and got the last result as seen in the SS
After that, I upgraded this packaged to "@google-cloud/text-to-speech": "^5.6.0", and I have some fields that are not coming to my event object properly. From the screen shot, you may see that we got user and transaction info undefined.
Expected Result
The following fields should exist in the event:
Transaction
User
Url
Actual Result
The text was updated successfully, but these errors were encountered:
First, httpIntegration({ tracing: false }) does nothing, you may want httpIntegration({ spans: false }) instead.
Also, expressIntegration() does not take an app anymore. THis seems like a v7 setup, did you follow all the migration docs to go from v7 to v8 correctly?
Just checking, this may or may not be the problem here, but at least worth a try.
Other than this, I do not see any obvious reason why this would not work. Can you show the code where/how the error was thrown, and where/how the user is set?
Can you also pinpoint in which @google-cloud/text-to-speech version this starts happening? Does it start happening in v5.0.0, or some other specific version?
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.43.0
Framework Version
Node 22.11.0
Link to Sentry event
https://base64ai.sentry.io/issues/6129490763/events/?environment=development&project=6073061&referrer=issue-stream&statsPeriod=30d&stream_index=0
Reproduction Example/SDK Setup
I have this SDK setup
Steps to Reproduce
I have
"@google-cloud/text-to-speech": "^4.0.7",
installed. Then, I did throw sentry error and got the last result as seen in the SSAfter that, I upgraded this packaged to
"@google-cloud/text-to-speech": "^5.6.0",
and I have some fields that are not coming to my event object properly. From the screen shot, you may see that we got user and transaction info undefined.Expected Result
The following fields should exist in the event:
Actual Result
The text was updated successfully, but these errors were encountered: