mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix chage duplicate message
This commit is contained in:
@@ -132,15 +132,14 @@ registerLocaleData(localePt, 'pt');
|
||||
})
|
||||
|
||||
openTelemetryLogging.send({
|
||||
type: 'graylog',
|
||||
level: 'info',
|
||||
message: event.exception.values[0].value,
|
||||
payload: {
|
||||
message: event.exception.values[0].value,
|
||||
object: {
|
||||
sentry: true,
|
||||
error: event
|
||||
}
|
||||
},
|
||||
spanContext: null
|
||||
})
|
||||
}
|
||||
// Return event to send it to Sentry
|
||||
|
||||
Reference in New Issue
Block a user