Skip to content

Commit 37cdc3c

Browse files
AbhiPrasadLms24
andcommitted
Apply suggestions from code review
Co-authored-by: Lukas Stracke <[email protected]>
1 parent d1664d9 commit 37cdc3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The `@sentry/browser` package provides a `BrowserTracing` integration to add automatic instrumentation for monitoring the performance of browser applications.
1+
The Sentry SDK provides a `BrowserTracing` integration to add automatic instrumentation for monitoring the performance of browser applications.

src/platform-includes/performance/configure-sample-rate/javascript.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sentry.init({
88

99
// This enables automatic instrumentation (highly recommended), but is not
1010
// necessary for purely manual usage.
11-
// If you only want to use manually, remove the BrowserTracing integration and add
11+
// If you only want to use manual instrumentation, remove the BrowserTracing integration and add
1212
// Sentry.addTracingExtensions() above your Sentry.init() call.
1313
integrations: [new Sentry.BrowserTracing()],
1414

0 commit comments

Comments
 (0)