Skip to content

Commit 7f962ca

Browse files
committed
fix: Add missing supabaseIntegration docs for deno, cloudflare and react-native
1 parent 5167542 commit 7f962ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/platforms/javascript/common/configuration/integrations/supabase.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4042
This 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';
4445
import { createClient } from '@supabase/supabase-js';
4546

4647
const supabaseClient = createClient('YOUR_SUPABASE_URL', 'YOUR_SUPABASE_KEY');
4748

4849
Sentry.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`

platform-includes/configuration/integrations/javascript.cloudflare.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
| [`captureConsoleIntegration`](./captureconsole) | | | | ||
1212
| [`extraErrorDataIntegration`](./extraerrordata) | | | | ||
1313
| [`rewriteFramesIntegration`](./rewriteframes) | || | | |
14+
| [`supabaseIntegration`](./supabase) | ||| | |
1415
| [`honoIntegration`](./hono) ||| | | |

0 commit comments

Comments
 (0)