Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climix
climix
Commits
586141f8
Commit
586141f8
authored
Sep 27, 2019
by
Klaus Zimmermann
Browse files
Add sentry tracker to main.py (closes
#51
)
parent
3ecac12d
Changes
2
Hide whitespace changes
Inline
Side-by-side
climix/main.py
View file @
586141f8
...
...
@@ -11,6 +11,7 @@ from iris.experimental.equalise_cubes import equalise_attributes
import
netCDF4
import
numpy
as
np
import
pkg_resources
import
sentry_sdk
import
yaml
import
climix
...
...
@@ -23,6 +24,9 @@ import logging
logging
.
basicConfig
(
level
=
logging
.
INFO
)
sentry_sdk
.
init
(
"https://d3ac73a62877407b848dfc3f318bed85@sentry.io/1458386"
)
MISSVAL
=
1.0e20
...
...
setup.py
View file @
586141f8
...
...
@@ -36,9 +36,10 @@ setuptools.setup(
'dask>=2.4.0'
,
'dask-jobqueue'
,
'distributed>=2.4.0'
,
'scitools-iris>=2.2.0'
,
'numpy'
,
'PyYAML'
,
'sentry-sdk'
,
'scitools-iris>=2.2.0'
,
],
extras_require
=
{
'editor'
:
[
'pyexcel'
,
'pyexcel-odsr'
,
'jinja2'
]
...
...
Write
Preview
Supports
Markdown
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