Skip to content

Commit 53e5884

Browse files
committed
update snapshots
1 parent 9a6c9ce commit 53e5884

File tree

81 files changed

+191
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+191
-191
lines changed

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/built_in_fingerprint_chunkload_error.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-15T17:19:43.335885+00:00'
2+
created: '2024-11-08T22:03:15.369457+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -15,9 +15,9 @@ variants:
1515
contributes: false
1616
hint: custom fingerprint takes precedence
1717
type: component
18-
built-in-fingerprint:
18+
built_in_fingerprint:
1919
matched_rule: family:"javascript" type:"ChunkLoadError" -> "chunkloaderror"
20-
type: built-in-fingerprint
20+
type: built_in_fingerprint
2121
values:
2222
- chunkloaderror
2323
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_abs_path.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:30.800129+00:00'
2+
created: '2024-11-08T22:03:15.648004+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -22,9 +22,9 @@ variants:
2222
contributes: false
2323
hint: custom fingerprint takes precedence
2424
type: component
25-
custom-fingerprint:
25+
custom_fingerprint:
2626
matched_rule: type:"DatabaseUnavailable" -> "{{ stack.abs_path }}"
27-
type: custom-fingerprint
27+
type: custom_fingerprint
2828
values:
2929
- /foo/Application.cpp
3030
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_escape_chars.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:31.788940+00:00'
2+
created: '2024-11-08T22:03:16.573246+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -19,9 +19,9 @@ fingerprint:
1919
- '{{ message }}'
2020
title: '{[*?]}'
2121
variants:
22-
custom-fingerprint:
22+
custom_fingerprint:
2323
matched_rule: message:"\{\[\*\?\]\}" -> "escaped{{ message }}"
24-
type: custom-fingerprint
24+
type: custom_fingerprint
2525
values:
2626
- escaped
2727
- '{[*?]}'

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_type.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:29.876535+00:00'
2+
created: '2024-11-08T22:03:15.088186+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -22,12 +22,12 @@ variants:
2222
contributes: false
2323
hint: custom fingerprint takes precedence
2424
type: component
25-
custom-fingerprint:
25+
custom_fingerprint:
2626
client_values:
2727
- my-route
2828
- '{{ default }}'
2929
matched_rule: type:"DatabaseUnavailable" -> "database-unavailable"
30-
type: custom-fingerprint
30+
type: custom_fingerprint
3131
values:
3232
- database-unavailable
3333
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_type_and_module.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:32.297082+00:00'
2+
created: '2024-11-08T22:03:17.224512+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,12 +24,12 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
client_values:
2929
- my-route
3030
- '{{ default }}'
3131
matched_rule: type:"DatabaseUnavailable" module:"io.sentry.example.*" -> "database-unavailable"
32-
type: custom-fingerprint
32+
type: custom_fingerprint
3333
values:
3434
- database-unavailable
3535
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_type_and_module2.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:28.545402+00:00'
2+
created: '2024-11-08T22:03:13.965272+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,7 +27,7 @@ variants:
2727
component:
2828
contributes: false
2929
hint: exception of system takes precedence
30-
type: salted-component
30+
type: salted_component
3131
values:
3232
- my-route
3333
- '{{ default }}'
@@ -38,7 +38,7 @@ variants:
3838
component:
3939
contributes: true
4040
hint: null
41-
type: salted-component
41+
type: salted_component
4242
values:
4343
- my-route
4444
- '{{ default }}'

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_type_and_sdk.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:28.751675+00:00'
2+
created: '2024-11-08T22:03:14.259249+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,12 +24,12 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
client_values:
2929
- my-route
3030
- '{{ default }}'
3131
matched_rule: sdk:"sentry.java" type:"DatabaseUnavailable" -> "database-unavailable"
32-
type: custom-fingerprint
32+
type: custom_fingerprint
3333
values:
3434
- database-unavailable
3535
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_type_and_sdk_mismatch.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:31.555178+00:00'
2+
created: '2024-11-08T22:03:16.302941+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,7 +27,7 @@ variants:
2727
component:
2828
contributes: false
2929
hint: exception of system takes precedence
30-
type: salted-component
30+
type: salted_component
3131
values:
3232
- my-route
3333
- '{{ default }}'
@@ -38,7 +38,7 @@ variants:
3838
component:
3939
contributes: true
4040
hint: null
41-
type: salted-component
41+
type: salted_component
4242
values:
4343
- my-route
4444
- '{{ default }}'

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_exception_value.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:32.087925+00:00'
2+
created: '2024-11-08T22:03:16.952667+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,9 +24,9 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
matched_rule: value:"*went wrong*" -> "something-went-wrong{{ error.value }}"
29-
type: custom-fingerprint
29+
type: custom_fingerprint
3030
values:
3131
- something-went-wrong
3232
- something went WRONG

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_function.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:28.227754+00:00'
2+
created: '2024-11-08T22:03:13.661245+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,10 +27,10 @@ variants:
2727
contributes: false
2828
hint: custom fingerprint takes precedence
2929
type: component
30-
custom-fingerprint:
30+
custom_fingerprint:
3131
matched_rule: type:"DatabaseUnavailable" module:"io.sentry.example.*" -> "database-unavailable{{
3232
function }}"
33-
type: custom-fingerprint
33+
type: custom_fingerprint
3434
values:
3535
- database-unavailable
3636
- main

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_message.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:31.887130+00:00'
2+
created: '2024-11-08T22:03:16.698987+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -19,9 +19,9 @@ fingerprint:
1919
- '{{ message }}'
2020
title: Hello my sweet Love
2121
variants:
22-
custom-fingerprint:
22+
custom_fingerprint:
2323
matched_rule: message:"*love*" -> "what-is-love{{ message }}"
24-
type: custom-fingerprint
24+
type: custom_fingerprint
2525
values:
2626
- what-is-love
2727
- Hello my sweet Love

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_message_on_value.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:28.849683+00:00'
2+
created: '2024-11-08T22:03:14.418050+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,9 +24,9 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
matched_rule: message:"*love*" -> "what-is-love{{ message }}"
29-
type: custom-fingerprint
29+
type: custom_fingerprint
3030
values:
3131
- what-is-love
3232
- something has no love.

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_native.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:30.109890+00:00'
2+
created: '2024-11-08T22:03:15.258775+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,10 +24,10 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
matched_rule: type:"SymCacheError" function:"symbolicator::actors::symcaches::*"
2929
-> "symcache-error"
30-
type: custom-fingerprint
30+
type: custom_fingerprint
3131
values:
3232
- symcache-error
3333
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_native_app.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:29.262373+00:00'
2+
created: '2024-11-08T22:03:14.833107+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -24,9 +24,9 @@ variants:
2424
contributes: false
2525
hint: custom fingerprint takes precedence
2626
type: component
27-
custom-fingerprint:
27+
custom_fingerprint:
2828
matched_rule: function:"symbolicator::actors::symcaches::*" app:"true" -> "symcache-error"
29-
type: custom-fingerprint
29+
type: custom_fingerprint
3030
values:
3131
- symcache-error
3232
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_no_function.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:32.422008+00:00'
2+
created: '2024-11-08T22:03:17.372603+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,10 +27,10 @@ variants:
2727
contributes: false
2828
hint: custom fingerprint takes precedence
2929
type: component
30-
custom-fingerprint:
30+
custom_fingerprint:
3131
matched_rule: type:"DatabaseUnavailable" module:"io.sentry.example.*" -> "database-unavailable{{
3232
function }}"
33-
type: custom-fingerprint
33+
type: custom_fingerprint
3434
values:
3535
- database-unavailable
3636
- <no-function>

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_no_match.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:32.190012+00:00'
2+
created: '2024-11-08T22:03:17.074388+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,7 +27,7 @@ variants:
2727
component:
2828
contributes: false
2929
hint: exception of system takes precedence
30-
type: salted-component
30+
type: salted_component
3131
values:
3232
- my-route
3333
- '{{ default }}'
@@ -38,7 +38,7 @@ variants:
3838
component:
3939
contributes: true
4040
hint: null
41-
type: salted-component
41+
type: salted_component
4242
values:
4343
- my-route
4444
- '{{ default }}'

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_no_package.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:28.644068+00:00'
2+
created: '2024-11-08T22:03:14.091914+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -22,9 +22,9 @@ variants:
2222
contributes: false
2323
hint: custom fingerprint takes precedence
2424
type: component
25-
custom-fingerprint:
25+
custom_fingerprint:
2626
matched_rule: type:"DatabaseUnavailable" -> "{{ package }}"
27-
type: custom-fingerprint
27+
type: custom_fingerprint
2828
values:
2929
- <no-package>
3030
system:

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_no_transaction.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:29.100447+00:00'
2+
created: '2024-11-08T22:03:14.660887+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -27,10 +27,10 @@ variants:
2727
contributes: false
2828
hint: custom fingerprint takes precedence
2929
type: component
30-
custom-fingerprint:
30+
custom_fingerprint:
3131
matched_rule: type:"DatabaseUnavailable" module:"io.sentry.example.*" -> "database-unavailable{{
3232
transaction }}"
33-
type: custom-fingerprint
33+
type: custom_fingerprint
3434
values:
3535
- database-unavailable
3636
- <no-transaction>

tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_no_type_module.pysnap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2024-10-16T22:32:27.906317+00:00'
2+
created: '2024-11-08T22:03:13.370335+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_fingerprinting.py
55
---
@@ -26,9 +26,9 @@ variants:
2626
contributes: false
2727
hint: custom fingerprint takes precedence
2828
type: component
29-
custom-fingerprint:
29+
custom_fingerprint:
3030
matched_rule: function:"main" -> "{{ type }}{{ module }}{{ function }}"
31-
type: custom-fingerprint
31+
type: custom_fingerprint
3232
values:
3333
- <no-type>
3434
- <no-module>

0 commit comments

Comments
 (0)