Skip to content

Commit

Permalink
Add Upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 17, 2023
1 parent 3e72b7a commit 64fe4b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Upgrade 3.x to 4.0

- The `send_attempts` option was removed. You may implement a custom transport if you rely on this behaviour.
- `SpanContext::fromTraceparent()` was removed. Use `Sentry\continueTrace()` instead.
- `TransactionContext::fromSentryTrace()` was removed. Use `Sentry\continueTrace()` instead.
- The `IgnoreErrorsIntegration` integration was removed. Use the `ignore_errors` option instead.
- `Sentry\Exception\InvalidArgumentException` was removed. Use `\InvalidArgumentException` instead.
- `Sentry\Exception/ExceptionInterface` was removed.

0 comments on commit 64fe4b0

Please sign in to comment.