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

Update Sentry in SentryLumberdash #78

Merged
merged 2 commits into from Aug 5, 2021

Conversation

ueman
Copy link
Contributor

@ueman ueman commented Jul 22, 2021

This updates Sentry to version 6 which is currently in beta.
The parts of Sentry which are used in this project are stable and there aren't any planned breaking changes left (I'm one of the maintainers).
So this should be safe to publish. However, I'll leave it up to you if you want to do that.

cc @fwagner @fabiomcarneiro

@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #78 (40ec648) into master (422c141) will increase coverage by 7.27%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   41.17%   48.45%   +7.27%     
==========================================
  Files           5        6       +1     
  Lines          85       97      +12     
==========================================
+ Hits           35       47      +12     
  Misses         50       50              
Flag Coverage Δ
colorize_lumberdash 0.00% <ø> (ø)
file_lumberdash 9.52% <ø> (ø)
firebase_lumberdash 100.00% <ø> (ø)
lumberdash 100.00% <ø> (ø)
print_lumberdash 0.00% <ø> (ø)
sentry_lumberdash 100.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sentry_lumberdash/lib/src/sentry_lumberdash.dart 100.00% <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 422c141...40ec648. Read the comment docs.

@@ -15,8 +15,7 @@ environment:
dependencies:
lumberdash: ^3.0.0
meta: ^1.3.0
sentry: ^5.0.0
sentry: ^6.0.0-0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This makes it compatible with the current Sentry beta up to but exclusive version 7.x.x.


dev_dependencies:
test: ^1.16.5
mockito: ^5.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mockito isn't used anymore

@ueman ueman marked this pull request as ready for review July 22, 2021 10:56
Copy link
Member

@fabiomcarneiro fabiomcarneiro left a comment

Choose a reason for hiding this comment

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

LGTM

@fabiomcarneiro fabiomcarneiro merged commit c265583 into bmw-tech:master Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants