Skip to content

Commit

Permalink
Update Sentry bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHuisman committed Oct 20, 2024
1 parent 659a092 commit 649e802
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nelmio/cors-bundle": "^2.1",
"parsecsv/php-parsecsv": "^1.2",
"phpdocumentor/reflection-docblock": "^5.2",
"sentry/sentry-symfony": "^4.5",
"sentry/sentry-symfony": "^4.14",
"symfony/cache": "^6.0",
"symfony/config": "^6.0",
"symfony/dotenv": "^6.0",
Expand Down
40 changes: 13 additions & 27 deletions config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
<?php

use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
use Symfony\Bundle\MonologBundle\MonologBundle;
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
use Symfony\Bundle\MakerBundle\MakerBundle;
use Sentry\SentryBundle\SentryBundle;
use Symfony\Bundle\SecurityBundle\SecurityBundle;
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
use League\Bundle\OAuth2ServerBundle\LeagueOAuth2ServerBundle;
use Nelmio\CorsBundle\NelmioCorsBundle;

return [
FrameworkBundle::class => ['all' => true],
TwigBundle::class => ['all' => true],
WebProfilerBundle::class => ['dev' => true, 'test' => true],
DoctrineBundle::class => ['all' => true],
DoctrineMigrationsBundle::class => ['all' => true],
MonologBundle::class => ['all' => true],
DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
MakerBundle::class => ['dev' => true],
SentryBundle::class => ['all' => true],
SecurityBundle::class => ['all' => true],
TwigExtraBundle::class => ['all' => true],
LeagueOAuth2ServerBundle::class => ['all' => true],
NelmioCorsBundle::class => ['all' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
League\Bundle\OAuth2ServerBundle\LeagueOAuth2ServerBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
];
10 changes: 5 additions & 5 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,15 +397,15 @@
"version": "2.4.3"
},
"sentry/sentry-symfony": {
"version": "3.0",
"version": "4.14",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"version": "3.0",
"ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914"
"branch": "main",
"version": "4.6",
"ref": "153de5f041f7e8a9c19f3674b800b76be0e6fd90"
},
"files": [
"./config/packages/sentry.yaml"
"config/packages/sentry.yaml"
]
},
"setasign/fpdf": {
Expand Down

0 comments on commit 649e802

Please sign in to comment.