File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ SOFTWARE.
2222
2323---
2424
25- Portions of this codebase are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
25+ Some files in this codebase contain code from getsentry/sentry-javascript by Software, Inc. dba Sentry.
26+ In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases.
2627
2728MIT License
2829
Original file line number Diff line number Diff line change 11# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22# Licensed under the MIT License
33
4+ # 💖open source (under MIT License)
5+
46import logging
57import sys
68import threading
Original file line number Diff line number Diff line change 11# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22# Licensed under the MIT License
33
4+ # 💖open source (under MIT License)
5+
46import re
57import sys
68from typing import TYPE_CHECKING
Original file line number Diff line number Diff line change 11# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22# Licensed under the MIT License
3+
34# copied and adapted from https://github.com/getsentry/sentry-python/blob/269d96d6e9821122fbff280e6a26956e5ed03c0b/sentry_sdk/utils.py#L689
45# 💖open source (under MIT License)
56# We want to keep payloads as similar to Sentry as possible for easy interoperability
You can’t perform that action at this time.
0 commit comments