Skip to content

Commit

Permalink
Move built-ins to reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 22, 2023
1 parent b498a76 commit 472db3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 0 additions & 12 deletions packages/website/src/content/docs/integrations/builtins/astro.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Console
title: ConsoleIntegration
description: Interface of ConsoleIntegration
---

The console integration allows you to easily render console logs within Spotlight.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Sentry
title: SentryIntegration
description: Interface of SentryIntegration
---

The Sentry integration is the default in Spotlight. It receives events and envelope formats from Sentry SDKs (when configured with `spotlight=true`) and renders those as Errors and Traces in the overlay.
Expand All @@ -8,6 +9,6 @@ The Sentry integration is the default in Spotlight. It receives events and envel
import { init, sentry } from "@spotlightjs/core";

init({
integrations: [sentry()]
integrations: [=sentry()],
});
```

0 comments on commit 472db3a

Please sign in to comment.