Skip to content

Commit 06f7226

Browse files
committed
The right schema for ZMQ transport is zmq+tcp
The schema name is written in `raven-python` is `zmq+tcp` https://github.com/getsentry/raven-python/blob/master/raven/contrib/transports/zeromq/raven_zmq.py Also, please update the docs and add something like "not tested" to ZMQ transport, if it isn't really tested and supported.
1 parent 6df0f9f commit 06f7226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer/client/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ transports are available on top of HTTP:
141141

142142
* ``gevent+http``
143143
* ``threaded+http``
144-
* ``zmq+http``
144+
* ``zmq+tcp``
145145

146146
Building the JSON Packet
147147
------------------------

0 commit comments

Comments
 (0)