Socket
Socket
Sign inDemoInstall

@sentry-internal/tracing

Package Overview
Dependencies
3
Maintainers
9
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
12Next

7.117.0

Diff

sentry-bot
published 7.116.0 •

sentry-bot
published 7.115.0 •

sentry-bot
published 7.114.0 •

sentry-bot
published 7.113.0 •

sentry-bot
published 7.112.2 •

sentry-bot
published 7.112.1 •

Changelog

Source

7.112.1

  • fix(ember/v7): Do not create rendering spans without transaction (#11750)
sentry-bot
published 7.112.0 •

Changelog

Source

7.112.0

Important Changes

  • feat: Export pluggable integrations from SDK packages (#11723)

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK package:

// Before
import * as Sentry fromv '@sentry/browser';
import { dedupeIntegration } from '@sentry/integrations';

Sentry.init({
  integrations: [dedupeIntegration()],
});

// After
import * as Sentry from '@sentry/browser';

Sentry.init({
  integrations: [Sentry.dedupeIntegration()],
});

Note that only the functional integrations (e.g. xxxIntegration()) are re-exported.

Other Changes

  • feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
  • fix(serverless): [v7] Check if cloud event callback is a function (#11734)
sentry-bot
published 7.111.0 •

Changelog

Source

7.111.0

  • feat(core): Add server.address to browser http.client spans (#11663)
  • fix: Ensure next & sveltekit correctly handle browserTracingIntegration (#11647)
  • fix(browser): Don't assume window.document is available (#11598)
sentry-bot
published 7.110.1 •

Changelog

Source

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)
2345
12Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc