Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
enedis_sge_konnector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
enedis_sge_konnector
Commits
88fd1b85
Commit
88fd1b85
authored
1 year ago
by
Rémi PAILHAREY
Browse files
Options
Downloads
Patches
Plain Diff
log(parsing): generic exception message
parent
e6e7ae64
Loading
Loading
1 merge request
!44
feat: detailed sentry logs
Pipeline
#69999
passed
1 year ago
Stage: test
Stage: build
Stage: update-instances
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/helpers/parsing.js
+1
-1
1 addition, 1 deletion
src/helpers/parsing.js
with
1 addition
and
1 deletion
src/helpers/parsing.js
+
1
−
1
View file @
88fd1b85
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
fa3d59f8
·
1 year ago
mentioned in commit
fa3d59f8
mentioned in commit fa3d59f89d388a6442db0f1a94b498209ba7d3d7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment