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: Use Hint for screenshots #1165

Merged
merged 7 commits into from
Dec 12, 2022

Conversation

denrase
Copy link
Collaborator

@denrase denrase commented Dec 6, 2022

📜 Description

Attaches screenshots to Hint

💡 Motivation and Context

Users can now filter out screenshots with an event processor or through before send. Relates to #1127

💚 How did you test it?

Added (migrated) unit tests.

📝 Checklist

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2022

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

Generated by 🚫 dangerJS against 8da337d

@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2022

Codecov Report

Base: 76.27% // Head: 65.59% // Decreases project coverage by -10.68% ⚠️

Coverage data is based on head (f1d6ec1) compared to base (24b51c3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@                        Coverage Diff                        @@
##           feat/introduce-hint-data-bag    #1165       +/-   ##
=================================================================
- Coverage                         76.27%   65.59%   -10.69%     
=================================================================
  Files                                11        4        -7     
  Lines                               333      186      -147     
=================================================================
- Hits                                254      122      -132     
+ Misses                               79       64       -15     
Impacted Files Coverage Δ
dio/lib/src/breadcrumb_client_adapter.dart
dio/lib/src/sentry_dio_extension.dart
dio/lib/src/sentry_dio_client_adapter.dart
dio/lib/src/dio_event_processor.dart
dio/lib/src/tracing_client_adapter.dart
dio/lib/src/failed_request_interceptor.dart
dio/lib/src/sentry_transformer.dart

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@denrase denrase marked this pull request as ready for review December 6, 2022 13:51
@@ -4,7 +4,8 @@

### Features

- Feat: Introduce Hint data bag ([#1136](https://github.com/getsentry/sentry-dart/pull/1136))
- Feat: Introduce `Hint` data bag ([#1136](https://github.com/getsentry/sentry-dart/pull/1136))
- Feat: Use `Hint` for screenshots ([#1165](https://github.com/getsentry/sentry-dart/pull/1165))
Copy link
Contributor

Choose a reason for hiding this comment

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

  • 🚫 The changelog entry seems to be part of an already released section ## 7.0.0.
    Consider moving the entry to the ## Unreleased section, please.

Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

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

Left a last comment, otherwise LGTM.

@denrase denrase merged commit 026605e into feat/introduce-hint-data-bag Dec 12, 2022
@denrase denrase deleted the feat/hint-filter-out-screenshot branch December 12, 2022 10:48
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.

3 participants