Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2900
Change Details
Change Details
Old
New
Diff
Sentry documentation suggests to use a local Relay installation. Relay source code (UTSL) indicates the capture mode can be used for that goal. A `flavour` option is added to the pillar, if set at `dev` it will install such Relay deployment and skip geoip. Payloads can then be sent to https://dwellers.nasqueron.org:26300 and results checks in `docker logs sentry_relay` on that server. We had luck with credentials generation for the production environment, but we stumbled upon the issue it created an empty file, so it's best to use a temporary file inside the container, so no need to `docker cp` or play a pipe dance. Reference: https://develop.sentry.dev/sdk/basics/ Ref T1790
Sentry documentation suggests to use a local Relay installation. Relay source code (UTSL) indicates the capture mode can be used for that goal. A `flavour` option is added to the pillar: if set at `dev`, it will install such Relay deployment and skip geoip volume. Payloads can then be sent to https://dwellers.nasqueron.org:26300 and results checks in `docker logs sentry_relay` on that server. We had luck with credentials generation for the production environment, but we stumbled upon the issue it created an empty file, so it's best to use a temporary file inside the container, so no need to `docker cp` or play a pipe dance. Reference: https://develop.sentry.dev/sdk/basics/ Ref T1790
Sentry documentation suggests to use a local Relay
installation. Relay source
installation. Relay source
code (UTSL) indicates
the capture mode can be used for that goal. A `flavour` option is added to the pillar
: if set at `dev`
,
if set at `dev` i
i
t will insta
ll such Relay deployment
ll
such Relay deployment
and skip geoip
volume
. Payloads can then be sent to https://dwellers.nasqueron.org:26300 and results checks in `docker logs sentry_relay` on that server. We had luck with credentials generation for the production environment, but we stumbled upon the issue it created an empty file, so it's best to use a temporary file inside the container, so no need to `docker cp` or play a pipe dance. Reference: https://develop.sentry.dev/sdk/basics/ Ref T1790
Continue