Skip to content

Consistent sending of auth keys #2572

@rhcarvalho

Description

@rhcarvalho

While working on #2553, I noticed that @sentry/browser does authentication via query string, while @sentry/node uses headers.

While we could send the same keys in both cases, we don't:

key query string headers
sentry_key
sentry_version
sentry_client
sentry_timestamp
sentry_secret

Investigate whether it makes any meaningful difference sending SDK name/version in sentry_client, since it is already part of the request body anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions