We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ad434 commit 9cc8a29Copy full SHA for 9cc8a29
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.7.5 - 2024-11-27
2
+
3
+1. Fix a bug where `in_app` was occassionally not present on exception stack frames.
4
5
## 3.7.4 - 2024-11-25
6
7
1. Fix bug where this SDK incorrectly sent feature flag events with null values when calling `get_feature_flag_payload`.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.7.3"
+VERSION = "3.7.5"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments