-
-
Notifications
You must be signed in to change notification settings - Fork 54
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: Added MinimumBreadcrumbLevel #1030
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure it makes sense to do the partial solution. Would it be much more trouble to implement the real solution as described in #60 - that's a superset of this
samples/unity-of-bugs/Assets/Resources/Sentry/SentryOptions.asset
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Sorry for being such a nuisance on the previous two versions
You were absolutely right tho. It's much more usable this way. |
Resolves #1029
Because there is no inherent order to the log type and we're already transforming
![Screenshot 2022-10-24 at 16 16 00](https://user-images.githubusercontent.com/25725783/197559385-4374799e-0574-483c-b32e-e786ec4b5f62.png)
Unity LogType
toSentry LogType
I added individual checkboxes to opt-out of adding breadcrumbs automatically.