File tree 1 file changed +2
-2
lines changed
spec/datadog/core/crashtracking
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 232
232
crash_report = JSON . parse ( request . body , symbolize_names : true ) [ :payload ] . first
233
233
234
234
expect ( crash_report [ :stack_trace ] ) . to_not be_empty
235
- expect ( crash_report [ :tags ] ) . to include ( 'signum :11' , 'signame :SIGSEGV' )
235
+ expect ( crash_report [ :tags ] ) . to include ( 'si_signo :11' , 'si_signo_human_readable :SIGSEGV' )
236
236
237
237
crash_report_message = JSON . parse ( crash_report [ :message ] , symbolize_names : true )
238
238
285
285
crash_report = JSON . parse ( request . body , symbolize_names : true ) [ :payload ] . first
286
286
287
287
expect ( crash_report [ :stack_trace ] ) . to_not be_empty
288
- expect ( crash_report [ :tags ] ) . to include ( 'signum :11' , 'signame :SIGSEGV' )
288
+ expect ( crash_report [ :tags ] ) . to include ( 'si_signo :11' , 'si_signo_human_readable :SIGSEGV' )
289
289
290
290
crash_report_message = JSON . parse ( crash_report [ :message ] , symbolize_names : true )
291
291
You can’t perform that action at this time.
0 commit comments