Skip to content

Commit ccfeaad

Browse files
reference breaking changes doc
1 parent bc41a1d commit ccfeaad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The SDK runs as part of users' applications. Users do not expect their applicati
114114

115115
So this means you should write the ugly code in the library to work around this?
116116
Well, there's another consequence of running on thousands of applications. Maintenance burden is higher than for application code, because all code paths of the SDK are hit across the enormous variety of applications the SDK finds itself in. The diversity includes different CPython versions, permutations of package versions, and operating systems.
117-
And once something you write is out there, you cannot remove it from the SDK without good reason.
117+
And once something you write is out there, you cannot change or remove it from the SDK without good reason (https://develop.sentry.dev/sdk/processes/breaking_changes/#introducing-breaking-changes).
118118

119119
What's the concrete advice when writing a new integration?
120120

0 commit comments

Comments
 (0)