From f5625df1757b30a20ee5b5fa7ca4787072a65d32 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 3 Jun 2026 12:02:19 +0200 Subject: [PATCH] chore: correct Sentry attribution --- LICENSE | 4 ++-- posthog/exception_capture.py | 2 +- posthog/exception_utils.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 41f4e263..17178e9d 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/posthog/exception_capture.py b/posthog/exception_capture.py index d5895574..3ce0c2af 100644 --- a/posthog/exception_capture.py +++ b/posthog/exception_capture.py @@ -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) diff --git a/posthog/exception_utils.py b/posthog/exception_utils.py index 4cdee77d..3f2cff23 100644 --- a/posthog/exception_utils.py +++ b/posthog/exception_utils.py @@ -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