Skip to content

Commit 649e802

Browse files
committed
Update Sentry bundle
1 parent 659a092 commit 649e802

File tree

3 files changed

+19
-33
lines changed

3 files changed

+19
-33
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nelmio/cors-bundle": "^2.1",
4343
"parsecsv/php-parsecsv": "^1.2",
4444
"phpdocumentor/reflection-docblock": "^5.2",
45-
"sentry/sentry-symfony": "^4.5",
45+
"sentry/sentry-symfony": "^4.14",
4646
"symfony/cache": "^6.0",
4747
"symfony/config": "^6.0",
4848
"symfony/dotenv": "^6.0",

config/bundles.php

+13-27
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
<?php
22

3-
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
4-
use Symfony\Bundle\TwigBundle\TwigBundle;
5-
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
6-
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
7-
use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
8-
use Symfony\Bundle\MonologBundle\MonologBundle;
9-
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
10-
use Symfony\Bundle\MakerBundle\MakerBundle;
11-
use Sentry\SentryBundle\SentryBundle;
12-
use Symfony\Bundle\SecurityBundle\SecurityBundle;
13-
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
14-
use League\Bundle\OAuth2ServerBundle\LeagueOAuth2ServerBundle;
15-
use Nelmio\CorsBundle\NelmioCorsBundle;
16-
173
return [
18-
FrameworkBundle::class => ['all' => true],
19-
TwigBundle::class => ['all' => true],
20-
WebProfilerBundle::class => ['dev' => true, 'test' => true],
21-
DoctrineBundle::class => ['all' => true],
22-
DoctrineMigrationsBundle::class => ['all' => true],
23-
MonologBundle::class => ['all' => true],
24-
DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
25-
MakerBundle::class => ['dev' => true],
26-
SentryBundle::class => ['all' => true],
27-
SecurityBundle::class => ['all' => true],
28-
TwigExtraBundle::class => ['all' => true],
29-
LeagueOAuth2ServerBundle::class => ['all' => true],
30-
NelmioCorsBundle::class => ['all' => true],
4+
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5+
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
6+
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
7+
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
8+
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
9+
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
10+
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
11+
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
12+
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
13+
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
14+
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
15+
League\Bundle\OAuth2ServerBundle\LeagueOAuth2ServerBundle::class => ['all' => true],
16+
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
3117
];

symfony.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,15 @@
397397
"version": "2.4.3"
398398
},
399399
"sentry/sentry-symfony": {
400-
"version": "3.0",
400+
"version": "4.14",
401401
"recipe": {
402402
"repo": "github.com/symfony/recipes-contrib",
403-
"branch": "master",
404-
"version": "3.0",
405-
"ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914"
403+
"branch": "main",
404+
"version": "4.6",
405+
"ref": "153de5f041f7e8a9c19f3674b800b76be0e6fd90"
406406
},
407407
"files": [
408-
"./config/packages/sentry.yaml"
408+
"config/packages/sentry.yaml"
409409
]
410410
},
411411
"setasign/fpdf": {

0 commit comments

Comments
 (0)