Properly format Sentry message breadcrumbs
This commit is contained in:
parent
2aae92406a
commit
51b9afddea
@ -175,9 +175,8 @@ namespace PluralKit.Bot
|
|||||||
|
|
||||||
using (var serviceScope = _services.CreateScope())
|
using (var serviceScope = _services.CreateScope())
|
||||||
{
|
{
|
||||||
SentrySdk.AddBreadcrumb("event.message", data: new Dictionary<string, string>()
|
SentrySdk.AddBreadcrumb(message: _arg.Content, category: "event.message", data: new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{"content", _arg.Content},
|
|
||||||
{"user", _arg.Author.Id.ToString()},
|
{"user", _arg.Author.Id.ToString()},
|
||||||
{"channel", _arg.Channel.Id.ToString()},
|
{"channel", _arg.Channel.Id.ToString()},
|
||||||
{"guild", ((_arg.Channel as IGuildChannel)?.GuildId ?? 0).ToString()}
|
{"guild", ((_arg.Channel as IGuildChannel)?.GuildId ?? 0).ToString()}
|
||||||
|
Loading…
Reference in New Issue
Block a user