Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.0.0 #1791

Merged
merged 203 commits into from Jun 7, 2022
Merged

Release 6.0.0 #1791

merged 203 commits into from Jun 7, 2022

Conversation

bruno-garcia
Copy link
Member

@bruno-garcia bruno-garcia commented Nov 2, 2021

Draft PR so we can keep up with 6.0.0 and main diff.

The idea is to merge this branch into main once we GA.

#skip-changelog

vaind and others added 26 commits May 11, 2022 11:06
…ntProcessor if already set (#2050)

* Keep current flag if true in DefaultAndroidEventProcessor

* Keep current flag only if set in DefaultAndroidEventProcessor

* Inline variable

* Add changelog
* Do not close stream that is passed into JsonSerializer

* Add changelog

* Add JavaDoc to ISerializer

* Wrap writer.flush with finally
* Fix serialization of Long inside Request data

* Add changelog

* Remove special handling for byte and short
* Improve jul sample for easier debugging inside IDE

* Add comment on how to specify logging.properties file instead of in the code
…EventProcessor as @NotNull Hints object (#2045)

* Replace hint Map with Hints object

* Add changelog

* Fix typo in changelog

* Fix link in changelog

* Attachments can be manipulated via hints (#2046)

* Store attachments in hints and allow manipulation in beforeSend and eventProcessor

* Add changelog

* Add tests for breadcrumbs and attachments via hints

* Update CHANGELOG.md

Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>

* Rename AttachmentContainer to Attachments

* Use long for test

* Move attachments into Hints

* Fix kotlin/java interop for Hints

* Convert screenshot from map entry to property

* Rename hint name param

* Rename clear to clearAttachments

* Use kotlin short version access for getScreenshot

* Move AttachmentsTest into HintsTest; add param names

* Make primitiveMapping table static

* Use ArrayList as there should not be a synchronization issue for hints

Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>

* Rename Hints to Hint

* Remove commented out code

* Code Review

* Rename SentryFallbackConsumer as it is Hints specific

Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
* Fix setting context tags on events captured by Spring

Fixes #2043

* Changelog.

* Move ContextTagsEventProcessor from spring boot to spring module (#2065)

* Fixes after merge

Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io>
…he Logback SentryAppender (#2052)

* Retrieve contextTags from HubAdapter options

* Update sentry-logback/src/main/java/io/sentry/logback/SentryAppender.java

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>

* Add changelog

* Move comment and reword

* Update sentry-logback/src/main/java/io/sentry/logback/SentryAppender.java

* Reformat comment

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
…he Log4j SentryAppender (#2054)

* Retrieve contextTags from HubAdapter options

* Update sentry-log4j2/src/main/java/io/sentry/log4j2/SentryAppender.java

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>

* Update sentry-log4j2/src/main/java/io/sentry/log4j2/SentryAppender.java

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>

* Add changelog

* Add comment explaining why we get contextTags from HubAdapter

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
…he jul SentryAppender (#2057)

* Retrieve contextTags from HubAdapter options

* Add changelog

* Add comment explaining why we get contextTags from HubAdapter

* Move changelog into unreleased
…les (#2031)

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
* Upgrading springBoot to fix the CVE-2022-22970

* Add changelog and fix lint.

* Update CHANGELOG.md

Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>

Co-authored-by: Filippo Nova <filipponova@BRSPPM-C02FJ4B8MD6M.local>
Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>
added new modules under the folder sentry-android-integration-tests
- sentry-uitest-android: module for e2e tests, with a mock relay server with envelope and items assertions
- sentry-uitest-android-benchmark: module for benchmarks, depends on sentry-uitest-android

fix typo in Hub transactionListener -> transactionProfiler
moved "androidx.test.runner.AndroidJUnitRunner" in Config.TestLibs.androidJUnitRunner
added assertEnvelopeItem to assertions.kt
@marandaneto marandaneto marked this pull request as ready for review June 7, 2022 09:38
@adinauer adinauer merged commit 3f8d7b1 into main Jun 7, 2022
@adinauer adinauer deleted the 6.x.x branch June 7, 2022 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet