getsentry / getsentry/sentry-java
Move vendored code into a `vendored` package
Aberta
dependencies
Java
Task
- Linguagem predominante
- Kotlin
- Estrelas
- 1.4k
- Forks
- 478
- Merge médio
- 2d 22h
- PRs com merge (30d)
- 69
Descrição
### 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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.