Skip to content
Discussion options

You must be logged in to vote

AHA!

    integrations: [
      Sentry.replayIntegration({
        maskAllText: false,
        maskAllInputs: false,
        blockAllMedia: false,
        networkDetailAllowUrls: [/^https:\/\/.*\/graphql/],
      }),
      // Sentry.replayCanvasIntegration(),
      Sentry.vueIntegration({
        tracingOptions: {
          trackComponents: true,
        },
      }),

Sentry's relatively new Replay canvas capture was the culprit. I'll be sure to let them know. Leaving this here in case anyone else runs into this issue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ffxsam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant