Skip to content

Commit 555bb32

Browse files
committed
feat: Add discord link
1 parent 2dbcbbb commit 555bb32

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
install -e .` into some virtualenv, edit the sourcecode and test out your
55
changes manually.
66

7+
## Community
8+
9+
The public-facing channels for support and development of Sentry SDKs can be found on [Discord](https://discord.gg/Ww9hbqr).
10+
711
## Running tests and linters
812

913
Make sure you have `virtualenv` installed, and the Python versions you care

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![Build Status](https://travis-ci.com/getsentry/sentry-python.svg?branch=master)](https://travis-ci.com/getsentry/sentry-python)
1010
[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk)
11+
[![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/Ww9hbqr)
1112

1213
This is the next line of the Python SDK for [Sentry](http://sentry.io/), intended to replace the `raven` package on PyPI.
1314

0 commit comments

Comments
 (0)