We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d05cc commit 0c40c45Copy full SHA for 0c40c45
lib/exception-handler.js
@@ -191,8 +191,6 @@ function createExceptionSpanEvent(error) {
191
* @param {Error} error - The error object
192
*/
193
function addExceptionEvent(span, error) {
194
- if (hasException) return; // Prevent duplicate events
195
- hasException = true;
196
// Add function context information
197
const structuredStack = jsonToString(ErrorStackParser.parse(error));
198
0 commit comments