Skip to content

Commit

Permalink
docs(react): correct import in React v8 migration docs (#10232)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHannay authored and a-hariti committed Jun 8, 2024
1 parent 5f677e5 commit c962942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For react, we provide multiple integrations to cover different router integratio
### No React Router

```JavaScript diff
import * as Sentry from "@sentry/svelte";
import * as Sentry from "@sentry/react";

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

0 comments on commit c962942

Please sign in to comment.