Skip to content

Commit 81914a4

Browse files
committed
update snapshots for using split config
1 parent ff1ab7e commit 81914a4

File tree

41 files changed

+381
-278
lines changed

Some content is hidden

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

41 files changed

+381
-278
lines changed

tests/sentry/grouping/snapshots/test_enhancer/test_basic_parsing/2.pysnap

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,113 @@
11
---
2-
created: '2024-06-06T14:41:17.725971+00:00'
2+
created: '2025-05-23T05:23:38.419820+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_enhancer.py
55
---
66
bases:
77
- common:v1
8+
classifier_rules:
9+
- actions:
10+
- flag: true
11+
key: app
12+
range: null
13+
matchers:
14+
- key: path
15+
negated: false
16+
pattern: '*/code/game/whatever/*'
17+
- actions:
18+
- flag: false
19+
key: app
20+
range: null
21+
matchers:
22+
- key: family
23+
negated: false
24+
pattern: native
25+
- key: module
26+
negated: false
27+
pattern: std::*
28+
- actions:
29+
- flag: false
30+
key: app
31+
range: null
32+
matchers:
33+
- key: module
34+
negated: false
35+
pattern: core::*
36+
- actions:
37+
- flag: false
38+
key: app
39+
range: null
40+
matchers:
41+
- key: family
42+
negated: false
43+
pattern: javascript
44+
- key: path
45+
negated: false
46+
pattern: '*/test.js'
47+
- actions:
48+
- flag: false
49+
key: app
50+
range: null
51+
matchers:
52+
- key: family
53+
negated: false
54+
pattern: javascript
55+
- key: app
56+
negated: false
57+
pattern: '1'
58+
- key: path
59+
negated: false
60+
pattern: '*/test.js'
61+
contributes_rules:
62+
- actions:
63+
- flag: false
64+
key: group
65+
range: up
66+
- flag: false
67+
key: group
68+
range: null
69+
matchers:
70+
- key: function
71+
negated: false
72+
pattern: panic_handler
73+
- actions:
74+
- flag: false
75+
key: group
76+
range: down
77+
matchers:
78+
- key: function
79+
negated: false
80+
pattern: ThreadStartWin32
81+
- actions:
82+
- flag: false
83+
key: group
84+
range: down
85+
matchers:
86+
- key: function
87+
negated: false
88+
pattern: ThreadStartLinux
89+
- actions:
90+
- flag: false
91+
key: group
92+
range: down
93+
matchers:
94+
- key: function
95+
negated: false
96+
pattern: ThreadStartMac
97+
- actions:
98+
- value: 3
99+
var: max-frames
100+
matchers:
101+
- key: family
102+
negated: false
103+
pattern: native
104+
- actions:
105+
- value: 12
106+
var: max-frames
107+
matchers:
108+
- key: value
109+
negated: false
110+
pattern: '*something*'
8111
id: null
9112
rules:
10113
- actions:

tests/sentry/grouping/snapshots/test_grouphash_metadata/test_metadata_from_variants/newstyle@2019_05_08/contributing_system_and_app_frames.pysnap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-02-26T00:31:44.258803+00:00'
2+
created: '2025-05-12T23:50:31.833810+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_grouphash_metadata.py
55
---
@@ -30,7 +30,7 @@ contributing variants:
3030
app*
3131
exception*
3232
stacktrace*
33-
frame* (marked in-app by stack trace rule (function:playFetch +app +group))
33+
frame* (marked in-app by stack trace rule (function:playFetch +app))
3434
filename*
3535
"dogpark.js"
3636
function*

tests/sentry/grouping/snapshots/test_grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/contributing_system_and_app_frames.pysnap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-02-26T00:32:03.705182+00:00'
2+
created: '2025-05-12T23:51:31.432361+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_grouphash_metadata.py
55
---
@@ -30,7 +30,7 @@ contributing variants:
3030
app*
3131
exception*
3232
stacktrace*
33-
frame* (marked in-app by stack trace rule (function:playFetch +app +group))
33+
frame* (marked in-app by stack trace rule (function:playFetch +app))
3434
filename*
3535
"dogpark.js"
3636
function*

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/actix.pysnap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-04-25T21:22:16.434462+00:00'
2+
created: '2025-05-12T23:41:31.498731+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -291,7 +291,7 @@ app:
291291
"either.rs"
292292
function*
293293
"futures::future::either::Either<T>::poll"
294-
frame (marked in-app by the client)
294+
frame (marked in-app by the client but ignored due to recursion)
295295
filename*
296296
"either.rs"
297297
function*

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/callee_guaranteed.pysnap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-04-25T21:22:17.384014+00:00'
2+
created: '2025-05-12T23:41:33.339417+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -51,18 +51,18 @@ app:
5151
frame* (marked in-app by the client)
5252
function*
5353
"stripped_application_code"
54-
frame (marked in-app by the client)
54+
frame (marked in-app by the client but ignored due to recursion)
5555
function*
5656
"stripped_application_code"
57-
frame (marked in-app by the client)
57+
frame (marked in-app by the client but ignored due to recursion)
5858
function*
5959
"stripped_application_code"
6060
frame* (marked in-app by the client)
6161
filename*
6262
"<compiler-generated>"
6363
function*
6464
"@callee_guaranteed"
65-
frame (marked in-app by the client)
65+
frame (marked in-app by the client but ignored due to recursion)
6666
filename*
6767
"<compiler-generated>"
6868
function*
@@ -78,47 +78,47 @@ app:
7878
frame* (marked in-app by the client)
7979
function*
8080
"stripped_application_code"
81-
frame (marked in-app by the client)
81+
frame (marked in-app by the client but ignored due to recursion)
8282
function*
8383
"stripped_application_code"
8484
frame* (marked in-app by the client)
8585
filename*
8686
"<compiler-generated>"
8787
function*
8888
"@callee_guaranteed"
89-
frame (marked in-app by the client)
89+
frame (marked in-app by the client but ignored due to recursion)
9090
filename*
9191
"<compiler-generated>"
9292
function*
9393
"@callee_guaranteed"
94-
frame (marked in-app by the client)
94+
frame (marked in-app by the client but ignored due to recursion)
9595
filename*
9696
"<compiler-generated>"
9797
function*
9898
"@callee_guaranteed"
99-
frame (marked in-app by the client)
99+
frame (marked in-app by the client but ignored due to recursion)
100100
filename*
101101
"<compiler-generated>"
102102
function*
103103
"@callee_guaranteed"
104-
frame (marked in-app by the client)
104+
frame (marked in-app by the client but ignored due to recursion)
105105
filename*
106106
"<compiler-generated>"
107107
function*
108108
"@callee_guaranteed"
109109
frame* (marked in-app by the client)
110110
function*
111111
"stripped_application_code"
112-
frame (marked in-app by the client)
112+
frame (marked in-app by the client but ignored due to recursion)
113113
function*
114114
"stripped_application_code"
115-
frame (marked in-app by the client)
115+
frame (marked in-app by the client but ignored due to recursion)
116116
function*
117117
"stripped_application_code"
118-
frame (marked in-app by the client)
118+
frame (marked in-app by the client but ignored due to recursion)
119119
function*
120120
"stripped_application_code"
121-
frame (marked in-app by the client)
121+
frame (marked in-app by the client but ignored due to recursion)
122122
function*
123123
"stripped_application_code"
124124
type*

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/contributing_system_and_app_frames.pysnap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-02-26T00:33:18.156712+00:00'
2+
created: '2025-05-12T23:41:34.360106+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -10,28 +10,28 @@ app:
1010
app*
1111
exception*
1212
stacktrace*
13-
frame (marked out of app by stack trace rule (function:runApp -app -group))
13+
frame (marked out of app by stack trace rule (function:runApp -app))
1414
filename*
1515
"app.js"
1616
function*
1717
"runApp"
1818
context-line*
1919
"return server.serve(port);"
20-
frame (non app frame)
20+
frame (marked out of app by stack trace rule (function:handleRequest -app))
2121
filename*
2222
"router.js"
2323
function*
2424
"handleRequest"
2525
context-line*
2626
"return handler(request);"
27-
frame (ignored by stack trace rule (function:recordMetrics +app -group))
27+
frame (marked in-app by stack trace rule (function:recordMetrics +app) but ignored by stack trace rule (function:recordMetrics -group))
2828
filename*
2929
"metrics.js"
3030
function*
3131
"recordMetrics"
3232
context-line*
3333
"return withMetrics(handler, metricName, tags);"
34-
frame* (marked in-app by stack trace rule (function:playFetch +app +group))
34+
frame* (marked in-app by stack trace rule (function:playFetch +app))
3535
filename*
3636
"dogpark.js"
3737
function*
@@ -50,7 +50,7 @@ system:
5050
system*
5151
exception*
5252
stacktrace*
53-
frame (ignored by stack trace rule (function:runApp -app -group))
53+
frame (ignored by stack trace rule (function:runApp -group))
5454
filename*
5555
"app.js"
5656
function*
@@ -64,7 +64,7 @@ system:
6464
"handleRequest"
6565
context-line*
6666
"return handler(request);"
67-
frame (ignored by stack trace rule (function:recordMetrics +app -group))
67+
frame (ignored by stack trace rule (function:recordMetrics -group))
6868
filename*
6969
"metrics.js"
7070
function*

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/contributing_system_frames.pysnap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-02-26T00:33:18.251634+00:00'
2+
created: '2025-05-12T23:41:34.480642+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -10,21 +10,21 @@ app:
1010
app (exception of system takes precedence)
1111
exception (ignored because this variant does not have a contributing stacktrace, but the system variant does)
1212
stacktrace (ignored because it contains no contributing frames)
13-
frame (marked out of app by stack trace rule (function:runApp -app -group))
13+
frame (marked out of app by stack trace rule (function:runApp -app))
1414
filename*
1515
"app.js"
1616
function*
1717
"runApp"
1818
context-line*
1919
"return server.serve(port);"
20-
frame (non app frame)
20+
frame (marked out of app by stack trace rule (function:handleRequest -app))
2121
filename*
2222
"router.js"
2323
function*
2424
"handleRequest"
2525
context-line*
2626
"return handler(request);"
27-
frame (ignored by stack trace rule (function:recordMetrics +app -group))
27+
frame (marked in-app by stack trace rule (function:recordMetrics +app) but ignored by stack trace rule (function:recordMetrics -group))
2828
filename*
2929
"metrics.js"
3030
function*
@@ -43,7 +43,7 @@ system:
4343
system*
4444
exception*
4545
stacktrace*
46-
frame (ignored by stack trace rule (function:runApp -app -group))
46+
frame (ignored by stack trace rule (function:runApp -group))
4747
filename*
4848
"app.js"
4949
function*
@@ -57,7 +57,7 @@ system:
5757
"handleRequest"
5858
context-line*
5959
"return handler(request);"
60-
frame (ignored by stack trace rule (function:recordMetrics +app -group))
60+
frame (ignored by stack trace rule (function:recordMetrics -group))
6161
filename*
6262
"metrics.js"
6363
function*

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/exception_cocoa_nserror.pysnap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-04-25T21:22:23.643626+00:00'
2+
created: '2025-05-12T23:41:36.333796+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -84,7 +84,7 @@ app:
8484
frame* (marked in-app by the client)
8585
function*
8686
"ViewController.captureError"
87-
frame (marked in-app by the client)
87+
frame (marked in-app by the client but ignored due to recursion)
8888
function*
8989
"ViewController.captureError"
9090
--------------------------------------------------------------------------

tests/sentry/grouping/snapshots/test_variants/test_event_hash_variant/newstyle@2019_05_08/exception_groups_two_exceptions_with_frames.pysnap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
created: '2025-04-25T21:22:26.725358+00:00'
2+
created: '2025-05-12T23:41:38.246185+00:00'
33
creator: sentry
44
source: tests/sentry/grouping/test_variants.py
55
---
@@ -32,7 +32,7 @@ app:
3232
"dostuff"
3333
function*
3434
"do_other_stuff"
35-
frame (marked in-app by the client)
35+
frame (marked in-app by the client but ignored due to recursion)
3636
module*
3737
"dostuff"
3838
function*

0 commit comments

Comments
 (0)