Conversation
e509cb6 to
5ea0d02
Compare
efccd51 to
c6716f7
Compare
5ea0d02 to
2905cce
Compare
c6716f7 to
5af8a98
Compare
2905cce to
8b46a73
Compare
5af8a98 to
de7d759
Compare
8b46a73 to
b3bd79f
Compare
de7d759 to
545c0ef
Compare
b3bd79f to
5ab473f
Compare
545c0ef to
4997f79
Compare
5ab473f to
a27e5e5
Compare
4997f79 to
180fcc5
Compare
2e3f4c5 to
bf26935
Compare
26a5f90 to
148a75b
Compare
bf26935 to
ec3c9a6
Compare
148a75b to
066ed7c
Compare
ec3c9a6 to
503b67b
Compare
066ed7c to
6cf3963
Compare
szokeasaurusrex
left a comment
There was a problem hiding this comment.
In general the changes look good to me (though I am also not super familiar with everything being changed).
The one point that is unclear to me is what the context itself is meant to do, as the linked issues do not really describe it.
Is the new API documented somewhere in more detail? If yes, please link, if not, let's discuss it.
| return client.CaptureException(err, opts.hint, scope) | ||
| } | ||
|
|
||
| func (client *Client) processEvent(event *Event, scope *Scope, opts captureOptions) (*EventID, bool) { |
There was a problem hiding this comment.
l: What does the bool indicate here?
I think it would be worth adding a documentation comment to explain what the bool means
503b67b to
24d5a46
Compare
6cf3963 to
8f3aec5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8f3aec5. Configure here.
This PR changes the client boundaries so that we always return a non nil client.
This PR makes it easier to clear the current scope, by just
initializing
a new scopeData field
24d5a46 to
ff67282
Compare
8f3aec5 to
709abf4
Compare
ff67282 to
c7f455b
Compare
709abf4 to
1bf4b1d
Compare
c7f455b to
a7e13ce
Compare

Description
Changelog Entry Instructions
To add a custom changelog entry, uncomment the section above. Supports:
For more details: custom changelog entries
Reminders
feat:,fix:,ref:,meta:)