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

Allow opting out of device info collection that requires Inter-Process Communication (IPC) #2100

Merged
merged 6 commits into from
Jun 17, 2022

Conversation

adinauer
Copy link
Member

📜 Description

Allow opting out of device info collection that requires Inter-Process Communication (IPC)

💡 Motivation and Context

A way of avoiding #2095

💚 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

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2022

Codecov Report

Merging #2100 (6f8dae8) into main (a88509c) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2100   +/-   ##
=========================================
  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           

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 a88509c...6f8dae8. Read the comment docs.

adinauer and others added 2 commits June 15, 2022 13:29
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.

Thanks for doing this

@@ -456,6 +462,25 @@ class DefaultAndroidEventProcessorTest {
}
}

@Test
fun `Does not collect device info that requires IPC if disabled`() {
Copy link
Member

Choose a reason for hiding this comment

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

Would be good to check that by default (no change in SentryOptions) we do get the additional context

Copy link
Member Author

Choose a reason for hiding this comment

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

@bruno-garcia
Copy link
Member

Lets include this in our next patch release to unblock a customer

@adinauer adinauer merged commit 07534f5 into main Jun 17, 2022
@adinauer adinauer deleted the feat/opt-out-of-ipc branch June 17, 2022 13:37
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.

4 participants