File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,10 @@ struct _nr_error_t {
25
25
int priority ; /* Error priority - lowest to highest */
26
26
char * message ; /* Error message */
27
27
char * klass ; /* Error class */
28
- char * error_file ; /* Error file */
29
- int error_line ; /* Error line */
30
- char * error_context ; /* Error context */
31
- int error_no ; /* Error number */
32
- int option ; /* Error option */
28
+ char * error_file ; /* User provided error file */
29
+ int error_line ; /* User provided error line */
30
+ char * error_context ; /* User provided error context */
31
+ int error_no ; /* User provided error number */
33
32
char * stacktrace_json ; /* Stack trace in JSON format */
34
33
char * span_id ; /* ID of the current executing span at the time the error
35
34
occurred */
You can’t perform that action at this time.
0 commit comments