Skip to content

Send sentry_client as query param #5406

Closed
@smeubank

Description

@smeubank

the JS SDK still not sending the sentry_client entry in query params or the auth header (or the envelope)

  • used to identify SDKs in a bunch of places, independent of payloads, and sort of rely on that value to be present for certain feature
  • transaction events are being sent in envelopes, but the sentry_client entry is missing. (in this specific case we could of course check the payload too)

sentry_client
An arbitrary string that identifies your SDK, including its version. The typical pattern for this is client_name/client_version.

Documentation

https://develop.sentry.dev/sdk/overview/#authentication

Python exmaple

Metadata

Metadata

Assignees

Labels

Package: coreIssues related to the Sentry Core SDK

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions