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 enabled the tunnel option pointing at my tunnel controller, which looks for a dsn property in the first part of the payload. This has always worked fine with v7, and I believe is correct according to the tunnel docs at https://docs.sentry.io/platforms/javascript/troubleshooting/
On v8, the dsn property is missing for INP spans. Seems like this is a bug in v8? Or else, tunnels would need to be modified to work without receiving the "dsn" property.
Expected Result
On v7, the tunnel payload for INP spans looks like this (note the dsn property):
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
8.2.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
I enabled the tunnel option pointing at my tunnel controller, which looks for a
dsn
property in the first part of the payload. This has always worked fine with v7, and I believe is correct according to the tunnel docs at https://docs.sentry.io/platforms/javascript/troubleshooting/On v8, the
dsn
property is missing for INP spans. Seems like this is a bug in v8? Or else, tunnels would need to be modified to work without receiving the "dsn" property.Expected Result
On v7, the tunnel payload for INP spans looks like this (note the
dsn
property):Actual Result
On v8 the tunnel payload is missing the
dsn
property:The text was updated successfully, but these errors were encountered: