Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 21, 2024
1 parent 34b641c commit b2fafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overlay/src/integrations/sentry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function sentryIntegration(options: SentryIntegrationOptions = {}

on('sentry:showError', onRenderError as EventListener);

const onAddEnvelope = (e: CustomEvent<RawEventContext>) => {
const onAddEnvelope = (e: CustomEvent<string | Buffer>) => {
if (!e.detail) return;
processEnvelope({
contentType: HEADER,
Expand Down

0 comments on commit b2fafea

Please sign in to comment.