Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sentry
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
sentry
Commits
c12dbe4e1b52
Commit
c12dbe4e1b52
authored
1 year ago
by
Nicola Spanti
Browse files
Options
Downloads
Patches
Plain Diff
feat(doc): fill README
parent
7a20d511a207
No related branches found
No related tags found
1 merge request
!36
Version 0.8.2 with upgraded `sentry-sdk`
Pipeline
#194326
passed
1 year ago
Stage: lint
Stage: release
Stage: publish
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-3
14 additions, 3 deletions
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
15 additions
and
4 deletions
README.
rst
→
README.
md
+
14
−
3
View file @
c12dbe4e
Summary
-------
support for Sentry (getsentry.com)
# CubicWeb-Sentry
## Summary
This cube add support of
[
Sentry
](
https://sentry.io/
)
for
[
CubicWeb
](
https://www.cubicweb.org/
)
. It is a plug-in for the framework.
## Install it
1.
`pip3 install cubicweb-sentry`
2.
`add_cube("sentry")`
.
## Configure it
See
`~/etc/cubicweb.d/<instance-name>/all-in-one.conf`
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c12dbe4e
...
...
@@ -46,7 +46,7 @@
author_email
=
__pkginfo__
[
"
author_email
"
]
classifiers
=
__pkginfo__
[
"
classifiers
"
]
with
open
(
join
(
here
,
"
README.
rst
"
))
as
f
:
with
open
(
join
(
here
,
"
README.
md
"
))
as
f
:
long_description
=
f
.
read
()
# get optional metadatas
...
...
This diff is collapsed.
Click to expand it.
Nicola Spanti
@nspanti
mentioned in commit
434963734058
·
1 year ago
mentioned in commit
434963734058
mentioned in commit 434963734058acd25cb44e828d1ce677c22e9d40
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