You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Sentry.init({
100
100
101
101
## Replay options changed (since 7.35.0) - #6645
102
102
103
-
Some options for replay have been depracted in favor of new APIs.
103
+
Some options for replay have been deprecated in favor of new APIs.
104
104
See [Replay Migration docs](./packages/replay/MIGRATION.md#upgrading-replay-from-7340-to-7350) for details.
105
105
106
106
## Renaming of Next.js wrapper methods (since 7.31.0) - #6790
@@ -162,7 +162,7 @@ Running the new SDK version on Node.js v6 is therefore highly discouraged.
162
162
163
163
## Removal of `@sentry/minimal`
164
164
165
-
The `@sentry/minimal` package was deleted and it's functionality was moved to `@sentry/hub`. All exports from `@sentry/minimal` should be avaliable in `@sentry/hub` other than `_callOnClient` function which was removed.
165
+
The `@sentry/minimal` package was deleted and it's functionality was moved to `@sentry/hub`. All exports from `@sentry/minimal` should be available in `@sentry/hub` other than `_callOnClient` function which was removed.
166
166
167
167
```ts
168
168
// New in v7:
@@ -184,7 +184,7 @@ import {
184
184
185
185
## Explicit Client Options
186
186
187
-
In v7, we've updated the `Client` to have options seperate from the options passed into `Sentry.init`. This means that constructing a client now requires 3 options: `integrations`, `transport` and `stackParser`. These can be customized as you see fit.
187
+
In v7, we've updated the `Client` to have options separate from the options passed into `Sentry.init`. This means that constructing a client now requires 3 options: `integrations`, `transport` and `stackParser`. These can be customized as you see fit.
0 commit comments