Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Sentry/Laravel/EventHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ protected function messageLoggedHandler(MessageLogged $logEntry)
* Helper to add an log breadcrumb.
*
* @param string $level Log level. May be any standard.
* @param string $message Log messsage.
* @param string $message Log message.
* @param array $context Log context.
*/
private function addLogBreadcrumb(string $level, string $message, array $context = []): void
Expand Down
2 changes: 1 addition & 1 deletion src/Sentry/Laravel/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function configureAndRegisterClient(): void
$userConfig['breadcrumbs'],
// We resolve the integrations through the container later, so we initially do not pass it to the SDK yet
$userConfig['integrations'],
// This is kept for backwards compatibilty and can be dropped in a future breaking release
// This is kept for backwards compatibility and can be dropped in a future breaking release
$userConfig['breadcrumbs.sql_bindings']
);

Expand Down