Skip to content

Commit

Permalink
Fix backticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Mar 12, 2024
1 parent d0d1cbb commit b32c098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ only be set later during the span lifecycle (and thus not be available during sa
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
used as below:

````typescript
```typescript
// entry.server.ts

export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
Expand Down Expand Up @@ -1048,7 +1048,7 @@ typescript:

```ts
const replay = getClient().getIntegrationByName<Replay>('Replay');
````
```

## Deprecate `Hub`

Expand Down

0 comments on commit b32c098

Please sign in to comment.