Skip to content

Commit

Permalink
fix(typo): migration remix sdk (#10207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dziamidchyk committed May 30, 2024
1 parent a434fcf commit 5803be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We now support the following integrations out of the box with 0 configuration:
3. Move your client-side `Sentry.init` call so that it is called before any other `require`/`import` statements in `entry.client.tsx`.

```JavaScript diff
import * as Sentry from "@sentry/angular";
import * as Sentry from "@sentry/remix";

Sentry.init({
dsn: "___PUBLIC_DSN___",
Expand Down

0 comments on commit 5803be5

Please sign in to comment.