-
-
Notifications
You must be signed in to change notification settings - Fork 850
Open
Labels
Description
Version
v2.43.3
Flavor
CLI (Command-Line Interface)
Platform
MacOS
Export format
TXT
Steps to reproduce
https://discord.gg/XYVZf6we (public channel)
./DiscordChatExporter.Cli exportguild -t "$DISCORD_TOKEN" -g 621778831602221064 --after "2024-06-11 00:00" --before "2024-06-14 00:00" --include-threads all -f PlainText -o ~/Desktop/Chat-thread-missing-original-%G-%a-%b
Locate file
Details
Actual result:
Note [6/12/2024 6:03 PM] charonthegondolier missing
==============================================================
Guild: Sentry Community
Channel: Sentry / 🪀|chat / When grouping things based on callstack
After: 6/23/2023 12:00 AM
==============================================================
[6/12/2024 7:33 PM] dhrumilpm
[6/12/2024 7:33 PM] dhrumilpm
Hi do you mind providing some more details about your use case, what are things in your stacktrace that we should be avoiding?
You can check this doc out to see if custom fingerprinting can help solve your use:
https://docs.sentry.io/concepts/data-management/event-grouping/fingerprint-rules/
{Embed}
https://docs.sentry.io/concepts/data-management/event-grouping/fingerprint-rules/
Fingerprint Rules
Learn about fingerprint rules, matchers for fingerprinting, how to combine matchers, and using variables for fingerprinting.
https://images-ext-1.discordapp.net/external/jFgbTN27f4PjB2EGzrUacwBAzX1TBZ0D_7VPUdNhUmc/https/sentry-docs-cc5bz9ym0.sentry.dev/meta.jpg
[6/13/2024 6:45 AM] charonthegondolier
It's mostly the stuff at the very beginning,
FEngineLoop::Tick vs. FTaskGraphCompatibilityImplementation::ProcessThreadUntilRequestReturn
These are two originating points where the code can end up being called, but these are things like 30 steps down the frame, i don't care about the stuff *that* far back in the frame.
==============================================================
Exported 3 message(s)
==============================================================
Expected result
==============================================================
Guild: Sentry Community
Channel: Sentry / 🪀|chat / When grouping things based on callstack
After: 6/23/2023 12:00 AM
==============================================================
[6/12/2024 6:03 PM] charonthegondolier
When grouping things based on callstack, is there a way to tell sentry where is a useful place in callstacks to begin grouping from, and ignore everything before X?
[6/12/2024 7:33 PM] dhrumilpm
Hi do you mind providing some more details about your use case, what are things in your stacktrace that we should be avoiding?
You can check this doc out to see if custom fingerprinting can help solve your use:
https://docs.sentry.io/concepts/data-management/event-grouping/fingerprint-rules/
{Embed}
https://docs.sentry.io/concepts/data-management/event-grouping/fingerprint-rules/
Fingerprint Rules
Learn about fingerprint rules, matchers for fingerprinting, how to combine matchers, and using variables for fingerprinting.
https://images-ext-1.discordapp.net/external/jFgbTN27f4PjB2EGzrUacwBAzX1TBZ0D_7VPUdNhUmc/https/sentry-docs-cc5bz9ym0.sentry.dev/meta.jpg
[6/13/2024 6:45 AM] charonthegondolier
It's mostly the stuff at the very beginning,
FEngineLoop::Tick vs. FTaskGraphCompatibilityImplementation::ProcessThreadUntilRequestReturn
These are two originating points where the code can end up being called, but these are things like 30 steps down the frame, i don't care about the stuff *that* far back in the frame.
==============================================================
Exported 3 message(s)
==============================================================
Checklist
- I have looked through existing issues to make sure that this bug has not been reported before
- I have provided a descriptive title for this issue
- I have made sure that this bug is reproducible on the latest version of the application
- I have provided all the information needed to reproduce this bug as efficiently as possible
- I have sponsored this project
- I have not read any of the above and just checked all the boxes to submit the issue