Skip to content

Commit ae7ca0b

Browse files
committed
fix migration doc typo
1 parent a4b2d59 commit ae7ca0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MIGRATION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Below we will outline all the breaking changes you should consider when upgradin
99
- Distributed CommonJS files will be ES6. Use a transpiler if you need to support old node versions.
1010
- We bumped the TypeScript version we generate our types with to 3.8.3. Please check if your TypeScript projects using TypeScript version 3.7 or lower still compile. Otherwise, upgrade your TypeScript version.
1111
- `whitelistUrls` and `blacklistUrls` have been renamed to `allowUrls` and `denyUrls` in the `Sentry.init()` options.
12-
- The `UserAgent` integration is now called `HttpContext`.#
12+
- The `UserAgent` integration is now called `HttpContext`.
1313
- If you are using Performance Monitoring and with tracing enabled, you might have to [make adjustments to
1414
your server's CORS settings](#-propagation-of-baggage-header)
1515

@@ -325,7 +325,8 @@ session.close('ok');
325325

326326
We introduced a new way of propagating tracing and transaction-related information between services. This
327327
change adds the [`baggage` HTTP header](https://www.w3.org/TR/baggage/) to outgoing requests if the instrumentation of requests is enabled. Since this adds a header to your HTTP requests, you might need
328-
to adjust your Server's CORS settings to allow this additional header.
328+
to adjust your Server's CORS settings to allow this additional header. Take a look at the [Sentry docs](https://docs.sentry.io/platforms/javascript/performance/connect-services/#navigation-and-other-xhr-requests)
329+
for more in-depth instructions what to change.
329330
## General API Changes
330331

331332
For our efforts to reduce bundle size of the SDK we had to remove and refactor parts of the package which introduced a few changes to the API:

0 commit comments

Comments
 (0)