Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ SOFTWARE.

---

Some files in this codebase contain code from getsentry/sentry-javascript by Software, Inc. dba Sentry.
Some files in this codebase contain code from getsentry/sentry-python by Software, Inc. dba Sentry.
In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases.

MIT License

Copyright (c) 2012 Functional Software, Inc. dba Sentry
Copyright (c) 2018 Functional Software, Inc. dba Sentry

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion posthog/exception_capture.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
# Portions of this file are derived from getsentry/sentry-python by Software, Inc. dba Sentry
# Licensed under the MIT License

# 💖open source (under MIT License)
Expand Down
2 changes: 1 addition & 1 deletion posthog/exception_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
# Portions of this file are derived from getsentry/sentry-python by Software, Inc. dba Sentry
# Licensed under the MIT License

# copied and adapted from https://github.com/getsentry/sentry-python/blob/269d96d6e9821122fbff280e6a26956e5ed03c0b/sentry_sdk/utils.py#L689
Expand Down
Loading