Skip to content

Commit

Permalink
Merge pull request #2 from spiral/feature/update-sentry
Browse files Browse the repository at this point in the history
[feature/update-sentry] update sentry to enable sync send, fix tests
  • Loading branch information
alexndr-novikov authored Nov 24, 2020
2 parents bf99984 + 9b25848 commit 090bf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.2",
"spiral/boot": "^1.2",
"sentry/sdk": "^2.0",
"sentry/sdk": "^3.0",
"spiral/snapshots": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Sentry/BootloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public function testBootloader(): void
$this->assertInstanceOf(Client::class, $client);

/** @var Client $client */
$this->assertSame('https://sentry.demo', $client->getOptions()->getDsn());
$this->assertSame('https://key@sentry.demo/2', (string)$client->getOptions()->getDsn());
}
}

0 comments on commit 090bf4e

Please sign in to comment.