diff --git a/sentry/sentry-symfony/3.0/config/packages/sentry.yaml b/sentry/sentry-symfony/3.0/config/packages/sentry.yaml new file mode 100644 index 00000000..342036fe --- /dev/null +++ b/sentry/sentry-symfony/3.0/config/packages/sentry.yaml @@ -0,0 +1,2 @@ +sentry: + dsn: '%env(SENTRY_DSN)%' diff --git a/sentry/sentry-symfony/3.0/manifest.json b/sentry/sentry-symfony/3.0/manifest.json new file mode 100644 index 00000000..c96ec90e --- /dev/null +++ b/sentry/sentry-symfony/3.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Sentry\\SentryBundle\\SentryBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SENTRY_DSN": "" + } +}