Skip to content

Commit

Permalink
Fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 22, 2023
1 parent 5478dc0 commit 06b4463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import spotlightEventTarget from './lib/eventTarget.ts';
import App from './App.tsx';
import { DEFAULT_ANCHOR, type Anchor } from './components/Trigger.tsx';
import globalStyles from './index.css?inline';
import { default as sentry } from './integrations/console/index.ts';
import type { Integration } from './integrations/integration.ts';
import { initIntegrations } from './integrations/integration.ts';
import { WindowWithSpotlight } from './types.ts';
Expand Down Expand Up @@ -46,7 +47,7 @@ const DEFAULT_SIDECAR = 'http://localhost:8969/stream';
export async function init({
fullScreen = false,
showTriggerButton = true,
integrations,
integrations = [sentry()],
defaultEventId,
injectImmediately = false,
sidecar = DEFAULT_SIDECAR,
Expand Down

0 comments on commit 06b4463

Please sign in to comment.