Mohit Verma
12/27/2022, 3:18 PM${attributes["http.method"]} ${attributes["http.url"]}
);
}
if (result instanceof Error) {
span.setStatus({
code: SpanStatusCode.ERROR,
message: result.message,
});
span.recordException(result.stack || result.name);
}
},
}),
],
});Pranay
12/27/2022, 4:05 PMregisterInstrumentations
functions?Mohit Verma
12/27/2022, 4:05 PMPranay
12/27/2022, 4:06 PMcreate-react-app
Mohit Verma
12/27/2022, 4:07 PMPranay
12/27/2022, 4:07 PMMohit Verma
12/27/2022, 4:07 PMPranay
12/27/2022, 4:15 PMMohit Verma
12/27/2022, 4:16 PM