-
import { createErrorHandler, init, routingInstrumentation, setTag, TraceService } from '@sentry/angular'; const withRrweb = (loggerService: LoggerService, rrwebConfig: RrwebConfig, integrations: Integration[]) => { // https://gist.github.com/impressiver/5092952 @NgModule({ import { Injectable } from '@angular/core'; const GQL_QUERY = gql export interface SocialNetwork { @Injectable({ providedIn: 'root' }) constructor(private apollo: Apollo) { load() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Please check that you don't have any dependencies on Sentry SDK version 7 left over anywhere. |
Beta Was this translation helpful? Give feedback.
You need to allow the
baggage
header via CORS headers from your graphql backend. This is not an SDK config.