BrowserTracing integration #6471
-
Sentry.init({ What BrowserTracing is used for. I only need sentry for capturing error in my js files. API calling traces isn't needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @Dhan3777 - the It's not just for distributed tracing, you can also identify slow API requests, problematic pageloads and your web vitals on a variety of user environments! |
Beta Was this translation helpful? Give feedback.
Hey @Dhan3777 - the
BrowserTracing
integration is used for our performance monitoring feature at Sentry. If you don't require it, you can remove it! We recommend including it though because it can be useful to identify performance problems with your application.It's not just for distributed tracing, you can also identify slow API requests, problematic pageloads and your web vitals on a variety of user environments!