diff --git a/src/Service/PollService.php b/src/Service/PollService.php index 243e626..02db9f8 100644 --- a/src/Service/PollService.php +++ b/src/Service/PollService.php @@ -87,7 +87,7 @@ public function deletePoll(Poll $poll, string $responseUrl): void if ($json['ok'] === false) { withScope(function ($scope) use ($json, $responseUrl): void { - $scope->setContext('Slack API metadata', [ + $scope->setContext('Slack API', [ 'slack_response' => $json, 'response_url' => $responseUrl, ]);