Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Misp 1294 update to sentry v1.0.0 #1

Open
wants to merge 329 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
329 commits
Select commit Hold shift + click to select a range
22227f5
ref: Use Hub.scope and Hub.client when appropriate (#744)
rhcarvalho Jun 26, 2020
2c0b5ec
fix: Typo (#745)
rhcarvalho Jun 26, 2020
4a28a3b
fix(setup): beam extra should install apache-beam (#751)
alexmojaki Jun 29, 2020
b92b2b0
fix(serialize): Do not attach stacktrace with empty frames (#740)
untitaker Jun 29, 2020
ab3da08
feat: Introduce Transaction and Hub.start_transaction (#747)
rhcarvalho Jun 29, 2020
7d482b5
feat: Use most compact JSON encoding (#746)
rhcarvalho Jun 29, 2020
b718925
feat(redis): Patch rediscluster if present (#752)
beezz Jul 1, 2020
c510ced
fix(sessions): Only crash session if the error is unhandled, not if i…
untitaker Jul 2, 2020
0e91497
doc: Changelog for 0.16.0
untitaker Jul 2, 2020
da280b1
release: 0.16.0
untitaker Jul 2, 2020
8681085
Merge release/0.16.0 into master
untitaker Jul 3, 2020
e7bc012
ref: Remove references to old domain
untitaker Jul 6, 2020
719bca1
disable project coverage check
untitaker Jul 10, 2020
bf5274b
fix(flask): Remove double-scope (#758)
untitaker Jul 10, 2020
dce439f
doc: Changelog for 0.16.1
untitaker Jul 10, 2020
1c375fc
release: 0.16.1
untitaker Jul 10, 2020
7898eac
Merge release/0.16.1 into master
untitaker Jul 10, 2020
0ee6a25
Use sentry_init fixture in tests instead of using Hub directly (#759)
alexmojaki Jul 10, 2020
5c34ead
Use executing to infer code qualname (#749)
alexmojaki Jul 13, 2020
2b8d96d
Extract additional expression values with pure_eval (#762)
alexmojaki Jul 15, 2020
b117955
Add setup.py extra for pure_eval (#763)
alexmojaki Jul 19, 2020
0d02e26
doc: Changelog for 0.16.2
untitaker Jul 22, 2020
c986dca
fix: pin dnspython
untitaker Jul 22, 2020
fc7afd5
release: 0.16.2
untitaker Jul 22, 2020
1737ba8
chore: xfail aws to get going with release
untitaker Jul 22, 2020
4441360
Merge release/0.16.2 into master
untitaker Jul 22, 2020
3a4be1c
chore: Fix latest flake8 breakage and pin all linters
untitaker Jul 27, 2020
28e3ca5
chore: Upgrade all linter/docs Travis jobs to 3.8
untitaker Jul 27, 2020
62a6d32
test: Add rq 1.5 to test matrix (#768)
untitaker Jul 27, 2020
f7c494b
Capturing Initialization and Timeout errors for AWS Lambda Integratio…
shantanu73 Jul 29, 2020
90e2509
fix: Remove obsolete code comments and fip default of traceparent_v2
untitaker Jul 31, 2020
fc3f747
fix: Fix AWS Lambda under Python 3.8 and refactor test setup code (#766)
untitaker Aug 1, 2020
e26d7b8
fix(django): Patch __self__ onto middlewares (#773)
untitaker Aug 1, 2020
9d7db63
doc: Changelog for 0.16.3
untitaker Aug 1, 2020
c9cf091
release: 0.16.3
untitaker Aug 1, 2020
6a7b76b
Merge release/0.16.3 into master
untitaker Aug 1, 2020
e9e61f2
Fix docs links (#774)
Aug 4, 2020
c709230
test: Add Django 3.1 to test matrix (#776)
untitaker Aug 6, 2020
edf4f74
chore: Stop using query param for auth
untitaker Aug 11, 2020
2e0e4fd
fix: Serialize sets into JSON (#781)
untitaker Aug 12, 2020
44cc08e
feat: Avoid truncating span descriptions (#782)
rhcarvalho Aug 13, 2020
193f591
feat(django): Instrument views as spans (#787)
untitaker Aug 13, 2020
b213ad8
doc: Changelog for 0.16.4
untitaker Aug 13, 2020
5d557cf
release: 0.16.4
untitaker Aug 13, 2020
8fba151
Merge release/0.16.4 into master
untitaker Aug 13, 2020
d4b3394
fix: Use SDK-internal copy of functools.wraps
untitaker Aug 14, 2020
7c2bbc0
doc: Changelog for 0.16.5
untitaker Aug 14, 2020
e324202
release: 0.16.5
untitaker Aug 14, 2020
8239d05
Merge release/0.16.5 into master
untitaker Aug 14, 2020
dea47a1
ref: Remove unused import
untitaker Aug 14, 2020
0f9984a
fix(django): Un-break csrf_exempt (#791)
untitaker Aug 19, 2020
fb3a4c8
fix(ci): Use pytest-django dev for django dev (#792)
untitaker Aug 19, 2020
3b37cb5
Added a new integration for Google Cloud Functions (#785)
shantanu73 Aug 20, 2020
4e6a88b
fix: Ignore more urllib3 errors
untitaker Aug 24, 2020
f6f3525
ref: Remove traceparent_v2 flag (#795)
untitaker Aug 24, 2020
c13d126
doc: Changelog for 0.17.0
untitaker Aug 24, 2020
723c0e9
release: 0.17.0
untitaker Aug 24, 2020
9abf26b
Merge release/0.17.0 into master
untitaker Aug 24, 2020
725451a
fix: Use UTC time in AWS Lambda integration (#797)
rhcarvalho Aug 25, 2020
638a495
Fix for timeout warning parameter for GCP integration & UTC time zone…
shantanu73 Aug 26, 2020
699cdda
doc: Changelog for 0.17.1
untitaker Aug 28, 2020
0e33d63
release: 0.17.1
untitaker Aug 28, 2020
7afdded
Merge release/0.17.1 into master
untitaker Aug 28, 2020
c5b0098
build(deps): bump black from 19.10b0 to 20.8b1 (#801)
dependabot-preview[bot] Aug 29, 2020
4d91fe0
fix: Do not attempt to push if no formatting necessary
untitaker Aug 29, 2020
5f426c4
fix: Refactor testsuite for GCP and fix some bugs (#804)
shantanu73 Sep 1, 2020
217d049
doc: Changelog for 0.17.2
untitaker Sep 1, 2020
098168d
release: 0.17.2
untitaker Sep 1, 2020
55f4645
Merge release/0.17.2 into master
untitaker Sep 1, 2020
6541785
Order variables by closeness to executing statement in pure_eval (#807)
alexmojaki Sep 2, 2020
4d37e25
doc: Changelog for 0.17.3
untitaker Sep 2, 2020
c3b753e
release: 0.17.3
untitaker Sep 2, 2020
d1ee675
Merge release/0.17.3 into master
untitaker Sep 2, 2020
92e4c54
.flake8: Don't set --max-complexity if you don't care about code comp…
cclauss Sep 2, 2020
16aaed1
ref: Stop using Relay for event schema validation (#783)
untitaker Sep 2, 2020
75a8e3c
fix: Typos
untitaker Sep 2, 2020
4aecbfd
Travis CI: Test on Python 3.9 release candidate 1 (#808)
cclauss Sep 2, 2020
2a15bf7
fix broken links
untitaker Sep 2, 2020
2075693
Fix spelling in readme (#813)
saxenanurag Sep 2, 2020
0f7ae81
ref: Refactor transport tests to reuse code
untitaker Sep 7, 2020
e81bf69
pin pyrsistent
untitaker Sep 9, 2020
51a8022
fix: Formatting
Sep 9, 2020
d2efb74
chore: Fix test
untitaker Sep 9, 2020
86815d6
chore: Fix test
untitaker Sep 9, 2020
a5883a3
chore: Pin celery dependency
untitaker Sep 9, 2020
3f206c2
feat: Integration for Chalice (#779)
Gleekzone Sep 9, 2020
7a2e4e8
doc: Changelog for 0.17.4
untitaker Sep 9, 2020
9573f5a
release: 0.17.4
untitaker Sep 9, 2020
bb8960a
Merge release/0.17.4 into master
untitaker Sep 9, 2020
cd6ef0c
fix: Fix deadlock in transport due to GC running (#814)
untitaker Sep 14, 2020
13b1375
chore: Un-pin pyrsistent
untitaker Sep 14, 2020
3d5b5ee
Revert "chore: Un-pin pyrsistent"
untitaker Sep 14, 2020
ce83b95
fix: Allow ASGI middleware to capture exceptions in nested call (#817)
untitaker Sep 14, 2020
b2bde78
doc: Changelog for 0.17.5
untitaker Sep 14, 2020
11ad711
release: 0.17.5
untitaker Sep 14, 2020
0bbde76
Merge release/0.17.5 into master
untitaker Sep 14, 2020
5976dea
chore: Clean up Flask CI and test 0.10 (#822)
untitaker Sep 15, 2020
0910047
doc: Changelog for 0.17.6
untitaker Sep 15, 2020
b07367a
release: 0.17.6
untitaker Sep 15, 2020
d3883b2
Merge release/0.17.6 into master
untitaker Sep 15, 2020
b953a66
doc: Fix typo (#827)
michael-k Sep 21, 2020
c95bda7
chore: Un-break Travis build by testing Chalice pinned
untitaker Sep 21, 2020
93f6d33
fix(transport): Use correct data category for transaction events (#826)
untitaker Sep 21, 2020
633dba9
fix(celery): Fix dropped transactions under Celery 4.2+ (#825)
untitaker Sep 21, 2020
23463fa
doc: Changelog for 0.17.7
untitaker Sep 21, 2020
4164228
release: 0.17.7
untitaker Sep 21, 2020
34f1cbd
Merge release/0.17.7 into master
untitaker Sep 22, 2020
b0f2f41
fix(chalice): Enable support for Chalice 1.20 (#832)
Gleekzone Sep 23, 2020
4bf4859
fix: Second attempt at fixing trace propagation in Celery 4.2+ (#831)
untitaker Sep 23, 2020
780af72
doc: Changelog for 0.17.8
untitaker Sep 23, 2020
7383b54
release: 0.17.8
untitaker Sep 23, 2020
920e562
Merge release/0.17.8 into master
untitaker Sep 23, 2020
e234998
feat(envelope): Add some useful envelope methods (#793)
dashed Sep 24, 2020
db86d61
tests: parametrize proxy tests (#836)
xavfernandez Sep 24, 2020
86d14b0
fix(serialization): Do not crash if tag is nan (#835)
untitaker Sep 24, 2020
4d16ef6
Add basic support for no_proxy environment variable (#838)
xavfernandez Sep 28, 2020
867beae
chore: Add Celery 5 to CI (#839)
untitaker Sep 28, 2020
7022cd8
chore: Remove failing Django test from CI
untitaker Sep 29, 2020
cdf21de
Capturing Performance monitoring transactions for AWS and GCP (#830)
shantanu73 Sep 29, 2020
5d89fa7
fix(django): Do not patch resolver_match (#842)
untitaker Sep 29, 2020
8649feb
doc: Changelog for 0.18.0
untitaker Sep 29, 2020
a7f5725
release: 0.18.0
untitaker Sep 29, 2020
02b5865
Merge release/0.18.0 into master
untitaker Sep 29, 2020
af163ff
test: Make tornado tests more lenient for 6.1b1
untitaker Oct 5, 2020
4de85f5
build(deps): bump flake8 from 3.8.3 to 3.8.4
dependabot-preview[bot] Oct 5, 2020
91c7a8f
build(deps): bump checkouts/data-schemas from `36c6664` to `b20959c`
dependabot-preview[bot] Oct 5, 2020
a7f7e2a
feat(test): Add `only` pytest marker (#852)
lobsterkatie Oct 12, 2020
356ad6c
feat: Auto enable integrations=true (#845)
HazAT Oct 13, 2020
2c1e25a
meta: Prepare 0.19.0
HazAT Oct 13, 2020
6cdc4be
ref: Remove experiments for auto integrations
HazAT Oct 13, 2020
584bfe2
release: 0.19.0
HazAT Oct 13, 2020
d8c161f
Merge release/0.19.0 into master
HazAT Oct 13, 2020
b36c548
ref(tests): Split up tracing tests (#857)
lobsterkatie Oct 13, 2020
e12a350
fix: Incorrect timeout warnings in AWS Lambda and GCP integrations (#…
shantanu73 Oct 14, 2020
9af0dc8
fix: Import blinker check (#860)
HazAT Oct 16, 2020
a9ce3a6
prepare: 0.19.1
HazAT Oct 16, 2020
cad0947
release: 0.19.1
HazAT Oct 16, 2020
097e36d
fix(dev): Set VSCode Python path (#866)
lobsterkatie Oct 16, 2020
e873bdb
ref(tracing): Pre-`traces_sampler` documentation additions (#865)
lobsterkatie Oct 16, 2020
cb96afc
feat: Automatically determine release and environment (#871)
mitsuhiko Oct 16, 2020
ed0e15d
doc: Added changelog entry for automatic releases
mitsuhiko Oct 16, 2020
b2badef
pin pytest-django version (#873)
lobsterkatie Oct 17, 2020
f0bbd04
fix: Fix crash with Django 3.1 async views (#851)
untitaker Oct 19, 2020
34e6195
Merge release/0.19.1 into master
untitaker Oct 19, 2020
62ca43a
Add documentation and changelog links on PyPI (#859)
adamchainz Oct 19, 2020
c752e9f
fix(django): Fix complex either url patterns in Django (#875)
ChillarAnand Oct 19, 2020
1cf5d8d
Add transaction styling for aiohttp integration (#876)
asovchar Oct 19, 2020
44fbdce
feat(dev): Add fixtures for testing `traces_sampler` (#867)
lobsterkatie Oct 19, 2020
34d9d73
feat(attachments): Add basic support for attachments (#856)
mitsuhiko Oct 20, 2020
4fab6df
fix(dev): Pin `eventlet` version (#880)
lobsterkatie Oct 20, 2020
2348f52
fix(serialization): Adjust breadcrumb check for new structure (#883)
lobsterkatie Oct 20, 2020
4137a8d
feat(tracing): Add types for `traces_sampler` implementation (#864)
lobsterkatie Oct 21, 2020
874a467
feat(tracing): Add helper functions for new `traces_sampler` option (…
lobsterkatie Oct 21, 2020
5bb6ffc
feat(tracing): Make spans point to their transactions (#870)
lobsterkatie Oct 21, 2020
644bfa8
fix(tracing): Make unsampled transactions findable on the scope (#872)
lobsterkatie Oct 21, 2020
dd4ff15
unpin eventlet and dnspython (#885)
temoto Oct 22, 2020
5283055
Add `traces_sampler` option (#863)
lobsterkatie Oct 22, 2020
34f173f
feat(dev): Add object matcher pytest fixture (#890)
lobsterkatie Oct 26, 2020
e6a2c91
Fix mypy hinting of toplevel sentry_sdk module (#892)
intgr Oct 27, 2020
7d2f2dc
Travis CI now supports Python 3.9 (#894)
cclauss Oct 27, 2020
881b8e1
Use asttokens less to account for nodes that don't get position infor…
alexmojaki Oct 28, 2020
ba1e550
Boto3 integration (#896)
marshall-lee Oct 29, 2020
617c516
feat(tracing): Add aiohttp request object to sampling context (#888)
lobsterkatie Oct 30, 2020
377f71a
fix(dev): Pin `channels` for django tests (#903)
lobsterkatie Nov 2, 2020
5dfd8bd
fix: Correct types on set_context (#902)
untitaker Nov 2, 2020
e6bd271
Replace PyPI page with README.md (#833)
cclauss Nov 2, 2020
37ab650
fix: Handle exc_info=0 (#905)
untitaker Nov 2, 2020
220a6a6
doc: Changelog for 0.19.2
untitaker Nov 2, 2020
0984956
release: 0.19.2
untitaker Nov 2, 2020
49657a4
Merge release/0.19.2 into master
untitaker Nov 2, 2020
6f1aa1f
feat(tracing): Add more sampling context for asgi, celery, rq, and ws…
lobsterkatie Nov 2, 2020
549b7df
fix(breadcrumbs): Make all auto-generated breadcrumbs follow spec (#884)
lobsterkatie Nov 3, 2020
7fe9e06
Fix patching of AsgiHandler in Django Channels >= 3.0 (#912)
lpomfrey Nov 9, 2020
0661bce
fix(aws): Don't crash if `event` isn't a single dict (#915)
lobsterkatie Nov 10, 2020
a7ef7c0
feat(tracing): Add sampling context from AWS and GCP (#916)
lobsterkatie Nov 10, 2020
cc08a6b
doc: Changelog for 0.19.3
lobsterkatie Nov 11, 2020
fae6d62
fix CI
lobsterkatie Nov 12, 2020
dc59cc5
release: 0.19.3
lobsterkatie Nov 12, 2020
c912069
Merge release/0.19.3 into master
untitaker Nov 12, 2020
c6b6f20
build(deps): bump checkouts/data-schemas from `b20959c` to `d4d35d6`
dependabot-preview[bot] Nov 16, 2020
5a41127
Check botocore version when activating integration (#921)
marshall-lee Nov 19, 2020
4681eba
fix: Remove duplicate data from sampling context (#919)
untitaker Nov 19, 2020
7c3fe46
chore: Attempt to fix sanic build
untitaker Nov 19, 2020
3ca451f
doc: Changelog for 0.19.4
untitaker Nov 19, 2020
67a34a2
release: 0.19.4
untitaker Nov 19, 2020
456961e
Merge release/0.19.4 into master
untitaker Nov 19, 2020
72eba9e
build(deps): bump flake8-bugbear from 20.1.4 to 20.11.1
dependabot-preview[bot] Nov 30, 2020
4c08988
build(deps): bump checkouts/data-schemas from `d4d35d6` to `76c6870`
dependabot-preview[bot] Nov 30, 2020
7dad958
fix runtox.sh for GNU implementation of tr
untitaker Dec 2, 2020
c277ed5
feat: Expose transport queue size to options and bump queue size (#942)
mitsuhiko Dec 9, 2020
1d75da5
fix: Fix sample decision propagation via headers (#948)
untitaker Dec 9, 2020
6fc2287
fix: Make traces_sample_rate non-nullable again
untitaker Dec 9, 2020
0932f9f
doc: Changelog for 0.19.5
untitaker Dec 10, 2020
02b72f9
release: 0.19.5
untitaker Dec 10, 2020
9f1aeb3
Merge release/0.19.5 into master
untitaker Dec 10, 2020
edf5ec6
build(deps): bump sphinx from 3.0.4 to 3.4.0
dependabot-preview[bot] Dec 21, 2020
e3549b3
Adding Power support(ppc64le) with ci and testing to the project for …
asellappen Dec 21, 2020
c359291
fix: Fix header extraction for AWS Lambda/ApiGateway (#945)
raphael-riel Jan 4, 2021
38b983e
fix(ci): unpin pytest, stop testing eventlet (#965)
untitaker Jan 7, 2021
64e781d
build(ci): Remove TravisCI (#962)
billyvg Jan 7, 2021
55b8a64
Use full git sha as release name (#960)
mitsuhiko Jan 11, 2021
b7816b0
Fix multiple **kwargs type hints (#967)
intgr Jan 11, 2021
dbd7ce8
feat: Django rendering monkey patching (#957)
Christophe31 Jan 12, 2021
de54b4f
fix: Fix hypothesis test (#978)
untitaker Jan 14, 2021
abf2bc3
AWS Lambda integration fails to detect the aws-lambda-ric 1.0 bootstr…
Jan 18, 2021
2af3274
Fix unbound local crash on handling aws lambda exception (#977)
Jan 18, 2021
e559525
fix(environment): Remove release condition on default (#980)
lobsterkatie Jan 19, 2021
34da1ac
Make pytest run instruction clear in contribution guide (#981)
immohsin Jan 21, 2021
4f8facc
Decode headers before creating transaction (#984)
ericdevries Jan 21, 2021
0be96f0
fix(ci): Fix `py3.5-celery` and `*-django-dev` (#990)
lobsterkatie Jan 25, 2021
2df9e1a
ref(tracing): Restore ability to have tracing disabled (#991)
lobsterkatie Feb 1, 2021
123f7af
fix(django) - Fix Django async views not behaving asyncronuously (#992)
ahmedetefy Feb 3, 2021
7ba60bd
feat: Support pre-aggregated sessions (#985)
Swatinem Feb 3, 2021
abc2400
feat: Build dist ZIP for AWS Lambda layers (#1001)
iker-barriocanal Feb 10, 2021
477fbe7
fix: Remove Python3.7 from django-dev (#1005)
iker-barriocanal Feb 10, 2021
9a78438
ci: Run `dist` job always when CI is run (#1006)
iker-barriocanal Feb 11, 2021
49de7dd
Release 0.20.0 (#1008)
ahmedetefy Feb 11, 2021
51031bb
feat: Add `aws-lambda-layer` craft target (#1009)
iker-barriocanal Feb 11, 2021
2dbb72a
ci(release): Update release to use v1.1 of action (#1011)
BYK Feb 11, 2021
358c4ec
release: 0.20.0
Feb 11, 2021
989e01d
ref: Change serverless dist destination path to `/dist-serverless` (#…
iker-barriocanal Feb 11, 2021
cc2552a
Merge release/0.20.0 into master
untitaker Feb 11, 2021
9ef4c58
setup.py: Add Py39 and fix broken link to changelog (#1013)
cclauss Feb 12, 2021
5b0b196
Fix link to changelog (#1010)
michael-k Feb 12, 2021
1457c4a
fix: Create dist directory if it does not exist (#1015)
iker-barriocanal Feb 12, 2021
70089c1
fix(django): Fix middleware issue not handling async middleware funct…
ahmedetefy Feb 12, 2021
da175e3
Added change log release for 0.20.1 (#1017)
ahmedetefy Feb 12, 2021
be4fa31
release: 0.20.1
Feb 12, 2021
89f7b15
fix(release): Include in PyPI artifact filter for Craft (#1019)
iker-barriocanal Feb 12, 2021
1af1101
build(deps): bump sphinx from 3.4.0 to 3.5.0
dependabot-preview[bot] Feb 15, 2021
fb9a0cf
build(deps): bump checkouts/data-schemas from `76c6870` to `71cd4c1`
dependabot-preview[bot] Feb 15, 2021
0d4cb94
Merge release/0.20.1 into master
untitaker Feb 15, 2021
e8dbf36
Added changelog entry for 0.20.2 (#1023)
ahmedetefy Feb 15, 2021
a65d5e9
release: 0.20.2
Feb 15, 2021
b48c285
Merge release/0.20.2 into master
getsentry-bot Feb 15, 2021
25125b5
feat(serverless): Python Serverless nocode instrumentation (#1004)
ahmedetefy Feb 17, 2021
3be779a
Fix(serverless): Add "SENTRY_" prefix to env variables in serverless …
ahmedetefy Feb 18, 2021
8ae33b7
Added changes for release 0.20.3 (#1026)
ahmedetefy Feb 18, 2021
6870ba1
release: 0.20.3
Feb 18, 2021
c8ac29e
Merge release/0.20.3 into master
getsentry-bot Feb 18, 2021
f2a3ad1
build(deps): bump sphinx from 3.5.0 to 3.5.1
dependabot-preview[bot] Feb 22, 2021
37105d9
Use path_info instead of path (#1029)
OutOfFocus4 Feb 22, 2021
1279eec
feat(release-health): Enable session tracking by default (#994)
ahmedetefy Feb 22, 2021
51987c5
fix(tracing): Get HTTP headers from span rather than transaction if p…
lobsterkatie Feb 27, 2021
ed7d722
bug(flask): Transactions missing body (#1034)
ahmedetefy Mar 2, 2021
3a0bd74
fix(django): Added SDK logic that honors the `X-Forwarded-For` heade…
ahmedetefy Mar 2, 2021
b9cdcd6
Used settings fixture instead of importing django settings (#1038)
ahmedetefy Mar 2, 2021
68fb0b4
fix(worker): Log data-dropping events with error (#1032)
untitaker Mar 3, 2021
b4ca43c
Release: 1.0.0 (#1039)
ahmedetefy Mar 3, 2021
2e16934
release: 1.0.0
Mar 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump checkouts/data-schemas from 36c6664 to b20959c
Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `36c6664` to `b20959c`.
- [Release notes](https://github.com/getsentry/sentry-data-schemas/releases)
- [Commits](getsentry/sentry-data-schemas@36c6664...b20959c)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 5, 2020
commit 91c7a8fcb8e94b37e7dba74e66f7d0992f3cf145
2 changes: 1 addition & 1 deletion checkouts/data-schemas
Submodule data-schemas updated 1 files
+4 −0 README.md