Skip to content

Conversation

@marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Mar 12, 2021

📜 Description

EventProcessors were not dropping events when returning null

💡 Motivation and Context

Fix #351

💚 How did you test it?

📝 Checklist

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

🔮 Next steps

@marandaneto marandaneto requested review from a team and ueman March 12, 2021 08:21
@marandaneto marandaneto changed the title EventProcessors were not dropping events when returning null Fix: EventProcessors were not dropping events when returning null Mar 12, 2021
@codecov-io
Copy link

codecov-io commented Mar 12, 2021

Codecov Report

Merging #353 (b300f44) into main (82ef2ab) will increase coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
+ Coverage   89.60%   89.79%   +0.18%     
==========================================
  Files          51       51              
  Lines        1636     1636              
==========================================
+ Hits         1466     1469       +3     
+ Misses        170      167       -3     
Impacted Files Coverage Δ
dart/lib/src/scope.dart 91.11% <100.00%> (+1.11%) ⬆️
dart/lib/src/sentry_client.dart 92.53% <100.00%> (+2.98%) ⬆️

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 82ef2ab...b300f44. Read the comment docs.

Copy link
Collaborator

@ueman ueman left a comment

Choose a reason for hiding this comment

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

LGTM

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Mar 13, 2021

+1 This is of great significance - otherwise we can never drop any events!

When can we see it released?

@marandaneto
Copy link
Contributor Author

+1 This is of great significance - otherwise we can never drop any events!

When can we see it released?

Monday :)

@marandaneto marandaneto merged commit 4187c8a into main Mar 13, 2021
@marandaneto marandaneto deleted the fix/event-processor-null branch March 13, 2021 15:43
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.

Null safety update prevents processors nulling out events

5 participants