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. |
Answered by
AbhiPrasad
Dec 12, 2022
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! |
0 replies
Answer selected by
AbhiPrasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Dhan3777 - the
BrowserTracingintegration 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!