Skip to content

Maybe Do not add sentry-trace header by default? #4184

Closed
@silentMood

Description

@silentMood

Well, that's my fault, I didn't read all the doc before i add sentry into our project.
Here's what happen, I added sentry into our project. without the tracingOrigins settings, just follow the guide page.
So the sentry add all the outgoing cdn request with header sentry-trace. This make our all cdn request become not simple.
All our cdn request need to send a preflight requst before send the real request, And Our CDN just not do the setting to support OPTIONS method.
So that's how the diaster happen.
So I think maybe do less global change by default. maybe will be better. or add this notice in the guide page.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions