|
wiRedPanda
Logic Circuit Simulator
|
Lightweight Sentry helpers gated behind HAVE_SENTRY. More...
#include <QString>Go to the source code of this file.
Functions | |
| void | sentryBreadcrumb (const char *category, const QString &message) |
Lightweight Sentry helpers gated behind HAVE_SENTRY.
Definition in file SentryHelpers.h.
|
inline |
Adds a Sentry breadcrumb. No-op when Sentry is not available.
| category | Short category string (e.g. "file", "simulation", "ui"). |
| message | Human-readable description of the action. |
Definition at line 19 of file SentryHelpers.h.
Referenced by ICController::addICFromFile(), ElementEditor::audioBox(), ConnectionManager::cancel(), ClipboardManager::cloneDrag(), WorkspaceManager::closeTab(), Scene::copyAction(), WorkspaceManager::createNewTab(), Scene::cutAction(), Scene::deleteAction(), ConnectionManager::detach(), Scene::dropEvent(), Scene::duplicateAction(), ICController::embedSelectedIC(), ExportController::exportArduinoDialog(), ExportController::exportImageDialog(), ExportController::exportPdfDialog(), ExportController::exportSystemVerilogDialog(), ICController::extractSelectedIC(), Scene::flipHorizontally(), Scene::flipVertically(), WorkSpace::load(), ICController::makeSelfContained(), SceneInteraction::mousePress(), SceneInteraction::mouseRelease(), WorkspaceManager::newTab(), WorkspaceManager::onCurrentIndexChanged(), WorkspaceManager::openFile(), Scene::pasteAction(), Scene::receiveCommand(), WorkspaceManager::reloadFile(), GraphicsView::resetZoom(), Scene::rotateLeft(), Scene::rotateRight(), WorkSpace::save(), WorkspaceManager::saveFile(), WorkspaceManager::saveFileAs(), ICController::showRemoveICHint(), ConnectionManager::startFromOutput(), ElementEditor::truthTable(), ConnectionManager::tryComplete(), ElementEditor::updateElementAppearance(), GraphicsView::zoomIn(), GraphicsView::zoomOut(), and GraphicsView::zoomToFit().