mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #1396] Unneeded character escaping for Slack/SlackRecord #584
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#584
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alies-dev on GitHub (Nov 9, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1396
The only one goal of using
json_encodeto prepare$recordto send to slack is to stringify some types for better perception.json_encodeuses flash escaping by default that provides bad user experience, especially for URL:@Seldaek commented on GitHub (Nov 13, 2019):
Thanks for the fix, but it kinda conflicted with other changes I did to fix broader json encoding issues so I had to reimplement it. In any case it should now be fixed in the latest release