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

feat: Add sentry-android-navigation module #2116

Merged
merged 13 commits into from
Jun 24, 2022

Conversation

romtsn
Copy link
Member

@romtsn romtsn commented Jun 20, 2022

#skip-changelog

📜 Description

  • Adds a new sentry-android-navigation module to support androidx.navigation library (only breadcrumbs for now)

This is part of the Jetpack Compose Navigation support.

💡 Motivation and Context

Part of #2096

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

  • Tracing will be done in a separate PR

@github-actions
Copy link
Contributor

github-actions bot commented Jun 20, 2022

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against c94942e

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks incredibly simple.

@romtsn
Copy link
Member Author

romtsn commented Jun 21, 2022

This looks incredibly simple.

Is it good or bad? 🙈 haha

@romtsn romtsn requested a review from adinauer June 21, 2022 15:30
@romtsn
Copy link
Member Author

romtsn commented Jun 21, 2022

@adinauer add you to keep you in the loop, feel free to delegate to Lukas if you think it's better

@romtsn romtsn marked this pull request as ready for review June 22, 2022 09:41
@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2022

Codecov Report

Merging #2116 (8133b05) into feat/compose-navigation-support (cedc62e) will not change coverage.
The diff coverage is n/a.

@@                        Coverage Diff                         @@
##             feat/compose-navigation-support    #2116   +/-   ##
==================================================================
  Coverage                              80.94%   80.94%           
  Complexity                              3254     3254           
==================================================================
  Files                                    231      231           
  Lines                                  11952    11952           
  Branches                                1586     1586           
==================================================================
  Hits                                    9674     9674           
  Misses                                  1698     1698           
  Partials                                 580      580           
Impacted Files Coverage Δ
sentry/src/main/java/io/sentry/TypeCheckHint.java 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cedc62e...8133b05. Read the comment docs.

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before we can release this we need to add to .craft.yml in this repo, and https://github.com/getsentry/sentry-release-registry

@romtsn
Copy link
Member Author

romtsn commented Jun 22, 2022

@bruno-garcia noted thanks

@romtsn romtsn mentioned this pull request Jun 22, 2022
9 tasks
Copy link
Member

@adinauer adinauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one question, rest LGTM!

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@romtsn romtsn merged commit b141252 into feat/compose-navigation-support Jun 24, 2022
@romtsn romtsn deleted the feat/androidx-navigation branch June 24, 2022 11:07
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.

6 participants