Skip to content
Snippets Groups Projects
Commit 88fd1b85 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

log(parsing): generic exception message

parent e6e7ae64
1 merge request!44feat: detailed sentry logs
Pipeline #69999 passed
......@@ -211,7 +211,7 @@ function parsePointId(pointId) {
} else if (strPointId.length === 13) {
return `0${strPointId}`
} else {
const errorMessage = `PointId ${pointId} is malformed`
const errorMessage = 'PointId is malformed'
Sentry.captureException(errorMessage, {
tags: {
section: 'parsePointId',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment