Fedora Silverblue: Suggested methods for troubleshooting flatpaks

Are there any guides to collecting information for reporting errors with flatpaks?

I found this: Tips and Tricks — Flatpak documentation
mentions flagging commits and bisecting for past versions in regressions,

Thats cool and all but I was thinking more information for general application issues in flatpak.

I found flatpak info for general information
flatpak run for logs
and somelevel of flatpak-coredumpctl for debugging and segfaults

I wanted to make sure I wasnt missing anything or if there was smarter ways to use flatpack-coredumpctl.

Thanks!