mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-06-06 08:01:05 +08:00
添加router参数
This commit is contained in:
@@ -22,7 +22,7 @@ Sentry.init({
|
||||
// Setting this option to true will send default PII data to Sentry.
|
||||
// For example, automatic IP address collection on events
|
||||
sendDefaultPii: true,
|
||||
integrations: [Sentry.browserTracingIntegration()],
|
||||
integrations: [Sentry.browserTracingIntegration({ router })],
|
||||
tracesSampleRate: 0.2,
|
||||
tracePropagationTargets: ["localhost", "https://htserver.wdg.cloudns.ch/"],
|
||||
// Session Replay
|
||||
|
||||
Reference in New Issue
Block a user