DoanManhHoang
Results
1
issues of
DoanManhHoang
### Problem Statement ```js Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN, environment: process.env.NODE_ENV, sampleRate: 0.1, //tracesSampleRate: 0.05, integrations: [ new TracingIntegrations.BrowserTracing({ routingInstrumentation: Sentry.reactRouterV5Instrumentation(history), tracingOrigins: [ REACT_APP_APOLLO_SERVER, REACT_APP_SEARCH_API, REACT_APP_AUTH_URL, REACT_APP_PUBLIC_API, /^\//, ], idleTimeout: 15000, }),...
Type: Improvement
Feature: Performance
Package: tracing
Status: Backlog