Monolog Context #685
Unanswered
alessandro-podo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
it is possible to get the $context in the Sentry Issue view?
public function warning(string|\Stringable $message, array $context = []): void { $this->addRecord(Level::Warning, (string) $message, $context); }
Sentry Server: Sentry 22.8.0
Sentry Symfony Bundle: 4.5.0
Beta Was this translation helpful? Give feedback.
All reactions