Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
group-buy-ui
Commits
274a7674
Commit
274a7674
authored
Oct 03, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5086dad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.sentryclirc.js
.sentryclirc.js
+3
-3
No files found.
.sentryclirc.js
View file @
274a7674
module
.
exports
=
{
// Sentry options are required
organization
:
'
sentry
'
,
project
:
'
vcc-spider-center
-ui
'
,
project
:
'
group-buy
-ui
'
,
apiKey
:
'
0d3fa45c10f047d7bfe03eb268a93c23a878d7585dc749418f728f88d65e1477
'
,
// Release version name/hash is required
release
:
'
vcc-spider-center-ui@1.0.1
'
,
release
:
'
group-buy-ui@1.0.0
'
,
baseSentryURL
:
'
http://sentry.quantgroups.com/api/0
'
,
deleteAfterCompile
:
true
,
include
:
/static
\/
js
\/
/
,
// 只上传js和map文件
ignore
:
[
'
node_modules
'
],
suppressErrors
:
true
,
filenameTransform
:
function
(
filename
)
{
return
'
~/
vcc-spider-center
-ui/public/
'
+
filename
return
'
~/
group-buy
-ui/public/
'
+
filename
},
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment