wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
SentryHelpers.h File Reference

Lightweight Sentry helpers gated behind HAVE_SENTRY. More...

#include <QString>
Include dependency graph for SentryHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sentryBreadcrumb (const char *category, const QString &message)

Detailed Description

Lightweight Sentry helpers gated behind HAVE_SENTRY.

Definition in file SentryHelpers.h.

Function Documentation

◆ sentryBreadcrumb()

void sentryBreadcrumb ( const char * category,
const QString & message )
inline

Adds a Sentry breadcrumb. No-op when Sentry is not available.

Parameters
categoryShort category string (e.g. "file", "simulation", "ui").
messageHuman-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().