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
Provide a link to the affected event from your Sentry account (self-hosted)
Package + Version
@sentry/browser: 6.15.0
@sentry/node: 6.15.0
@sentry/tracing: 6.15.0
Version:
Self-hosted Sentry 21.8.0
Description
I'm using the report-tunnel functionality, and for multiple versions (both client and server) I've been getting frequent 400 Bad Request that look like this:
Request:
{"dsn":"https://REDACTED@REDACTED/2"}
{"type":"client_report"}
{"timestamp":1642153010.09,"discarded_events":[{"reason":"sample_rate","category":"transaction","quantity":1}]}
Response with 400 Bad Request:
{
"detail": "invalid event envelope",
"causes": [
"invalid item header",
"unknown variant `client_report`, expected one of `event`, `transaction`, `security`, `attachment`, `form_data`, `raw_security`, `unreal_report`, `user_report`, `session`, `sessions`, `metrics`, `metric_buckets` at line 1 column 23"
]
}
What's causing this? Thanks!
The text was updated successfully, but these errors were encountered:
Provide a link to the affected event from your Sentry account(self-hosted)Package + Version
@sentry/browser: 6.15.0
@sentry/node: 6.15.0
@sentry/tracing: 6.15.0
Version:
Self-hosted Sentry
21.8.0
Description
I'm using the report-tunnel functionality, and for multiple versions (both client and server) I've been getting frequent
400 Bad Request
that look like this:What's causing this? Thanks!
The text was updated successfully, but these errors were encountered: