File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
docs/platforms/javascript/common/configuration/integrations
platform-includes/configuration/integrations Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ supported:
2323 - javascript.react-router
2424 - javascript.astro
2525 - javascript.bun
26+ - javascript.deno
27+ - javascript.cloudflare
2628 - javascript.tanstackstart-react
2729---
2830
@@ -40,15 +42,13 @@ You need to have both the Sentry SDK and the Supabase library installed. For Sup
4042This is the preferred method for most use cases. and follows Sentry's standard integration pattern.
4143
4244``` javascript
43- import * as Sentry from ' @sentry/browser' ;
4445import { createClient } from ' @supabase/supabase-js' ;
4546
4647const supabaseClient = createClient (' YOUR_SUPABASE_URL' , ' YOUR_SUPABASE_KEY' );
4748
4849Sentry .init ({
4950 dsn: ' YOUR_DSN' ,
5051 integrations: [
51- Sentry .browserTracingIntegration (),
5252 Sentry .supabaseIntegration ({ supabaseClient })
5353 ],
5454 tracesSampleRate: 1.0 ,
@@ -108,4 +108,4 @@ The integration automatically:
108108
109109## Supported Versions
110110
111- - ` @supabase/supabase-js ` : ` >=2.0.0 `
111+ - ` @supabase/supabase-js ` : ` >=2.0.0 `
Original file line number Diff line number Diff line change 1111| [ ` captureConsoleIntegration ` ] ( ./captureconsole ) | | | | | ✓ |
1212| [ ` extraErrorDataIntegration ` ] ( ./extraerrordata ) | | | | | ✓ |
1313| [ ` rewriteFramesIntegration ` ] ( ./rewriteframes ) | | ✓ | | | |
14+ | [ ` supabaseIntegration ` ] ( ./supabase ) | | ✓ | ✓ | | |
1415| [ ` honoIntegration ` ] ( ./hono ) | ✓ | ✓ | | | |
You can’t perform that action at this time.
0 commit comments