-
-
Notifications
You must be signed in to change notification settings - Fork 277
ref: Hub passes the Scope #114
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
Changes from 1 commit
8c6727d
7570846
c1033b2
c3f453a
a46e144
8a14620
4c3f323
35e3072
30fa7a9
9088c88
e93f85e
7b05b0b
1f70e4f
1f4bb44
d4334a9
d02947f
ba721bd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,8 @@ class SentryId { | |
| /// The ID Sentry.io assigned to the submitted event for future reference. | ||
| final String _id; | ||
|
|
||
| // TODO: should we generate the new UUID here with an empty ctor? | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if so, we'd need to import the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I maybe missed it, but I didn't found a method to generate a Uuid from String in the uuid package
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I created a task for it |
||
|
|
||
| const SentryId(this._id); | ||
|
|
||
| factory SentryId.empty() => SentryId(_emptyId); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.