Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Django caching instrumentation update #3009
Django caching instrumentation update #3009
Changes from all commits
d848184
8926c93
618157b
5ab4ce0
ae7a995
11f7e15
9ba4ccf
7a4e0cd
8768373
8d51038
9791ec8
3d5d08a
fa47da2
94421d2
be1d4fd
c8d86d4
8ec780e
c9bff4b
34743e0
93b539c
3a50d66
5a03f12
2e41ae9
11a662e
0fad52b
2dcdeb9
b398172
bcf702c
cefe47f
c051197
11be8fa
3718f41
66e1c6a
16a9edf
1ad1cb8
3b89394
0115843
827858e
cc0f1af
2de1d03
00e1aa5
f2d8c77
ca65d17
7adb5a1
7232c44
a319a51
a691861
5dbdf35
8b710ab
fe52b14
747e0c8
4fa92d0
e7986b8
66eff13
2648759
7d3a2a6
2b84023
a001e15
7ac3c62
dbdf1e9
891b453
941ca77
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think it makes more sense to place this on the
sentry_method
function. It is inaccurate to say that this method mapsoriginal_method
because it has a different signature. Although, perhaps it would be more appropriate to make this change in a separate PR.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.
Yes, probably better a new PR. Can you please create a ticket @szokeasaurusrex ?
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.
To be applied alongside my comment on (original version) line 41; also, likely makes sense to do in separate PR.