You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+93Lines changed: 93 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -440,6 +440,99 @@ _Plus 2 more_
440
440
- Passing a function to `sentry_sdk.init`'s `transport` keyword argument has been deprecated. If you wish to provide a custom transport, please pass a `sentry_sdk.transport.Transport` instance or a subclass.
441
441
- The parameter `propagate_hub` in `ThreadingIntegration()` was deprecated and renamed to `propagate_scope`.
442
442
443
+
## 1.45.0
444
+
445
+
This is the final 1.x release for the forseeable future. Development will continue on the 2.x release line. The first 2.x version will be available in the next few weeks.
446
+
447
+
### Various fixes & improvements
448
+
449
+
- Allow to upsert monitors (#2929) by @sentrivana
450
+
451
+
It's now possible to provide `monitor_config` to the `monitor` decorator/context manager directly:
0 commit comments