Skip to content

Commit 5918195

Browse files
committed
Rename exception_trace -> exception_stack_trace
1 parent 445b088 commit 5918195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Notifier extends BaseObject
6464
'request_url' => true,
6565
'request_ip' => true,
6666
'request_data' => true,
67-
'exception_trace' => true,
67+
'exception_stack_trace' => true,
6868
];
6969

7070
/**

0 commit comments

Comments
 (0)