6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
ifeq ($(STAGING),true)
|
|
SENTRY_DSN ?=
|
|
else
|
|
SENTRY_DSN ?=
|
|
endif
|