Skip to content
Snippets Groups Projects
Commit c12dbe4e1b52 authored by Nicola Spanti's avatar Nicola Spanti
Browse files

feat(doc): fill README

parent 7a20d511a207
No related branches found
No related tags found
1 merge request!36Version 0.8.2 with upgraded `sentry-sdk`
Pipeline #194326 passed
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`
......@@ -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
......
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