sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Move vendored code into a `vendored` package

Open adinauer opened this issue 4 months ago • 1 comments

Description

Currently the SDK has vendored code in lots of places. We could move that to a vendor package, e.g. io.sentry.vendor.

We already do this for io.sentry.vendor.gson.

There are a lot more vendored classes we could move.

This is a breaking change since the classes are public and could be used by customers. Therefore we should change this in a major.

adinauer avatar Aug 25 '25 09:08 adinauer