Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 656 Bytes

draft-v9-migration-guide.md

File metadata and controls

21 lines (12 loc) · 656 Bytes

Deprecations

@sentry/utils

  • Deprecated AddRequestDataToEventOptions.transaction. This option effectively doesn't do anything anymore, and will be removed in v9.
  • Deprecated TransactionNamingScheme type.

@sentry/core

  • Deprecated transactionNamingScheme option in requestDataIntegration.

@sentry/types

  • Deprecated Request in favor of RequestEventData.

Server-side SDKs (@sentry/node and all dependents)

  • Deprecated processThreadBreadcrumbIntegration in favor of childProcessIntegration. Functionally they are the same.