We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cb77 commit e69086dCopy full SHA for e69086d
.github/workflows/pylama.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
6
jobs:
7
- build:
+ pylama:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
.github/workflows/tests.yml
+ test:
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "sentry-dynamic-sampling-lib"
3
version = "0.1.0"
-description = ""
+description = "This project aims to provide dynamic sampling without relying on Sentry Dynamic Sampling."
authors = ["jeanloup.monnier <jean-loup.monnier@spikeelabs.fr>"]
maintainers = ["jeanloup.monnier <jean-loup.monnier@spikeelabs.fr>"]
readme = "README.md"
0 commit comments