Comparing 2.0.0...2.0.1 · getsentry/sentry-python
Commits on Apr 25, 2024
-
docs(tracing): Delete inaccurate comment
`sampled` being set to `False` is not the only reason why the `_span_recorder` might be `None`. Another explanation is that the transaction was not started via `start_transaction`.
-
Add Lambda function that deletes test Lambda functions (#2960)
Lambda function that deletes all test lambda functions (prefixed with `test_`) that have been created during CI runs. * Lambda function that deletes test Lambda functions. This function is run every Sunday and it is monitored in the `sentry-python` project on Sentry.io with the Crons feature and it is also emitting metrics on how many functions it deletes in each run. --------- Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>