saleor-apps-redis_apl/apps/crm/turbo.json
Lukasz Ostrowski ec68ed53a3
Sentry improvements (#652)
* Update Sentry in CMS

update turbo

Add test logs for cms

test sentry

Update sentry config and next config

* resolve conflict

* Add changesets

* Remove test code
2023-06-20 10:06:18 +02:00

26 lines
548 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"build": {
"env": [
"APL",
"APP_DEBUG",
"NODE_ENV",
"SECRET_KEY",
"PORT",
"VERCEL_URL",
"REST_APL_ENDPOINT",
"REST_APL_TOKEN",
"ALLOWED_DOMAIN_PATTERN",
"MAILCHIMP_CLIENT_SECRET",
"MAILCHIMP_CLIENT_ID",
"NEXT_PUBLIC_SENTRY_DSN",
"SENTRY_PROJECT",
"SENTRY_AUTH_TOKEN",
"SENTRY_ORG",
"SENTRY_ENVIRONMENT"
]
}
}
}