Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _otlp_service_name_to_agent_type(service_name):
return slug or "custom"


__version__ = "0.12.727"
__version__ = "0.12.728"

# Extensions (Phase 2): import the plugin host now, but defer the actual
# load_plugins() call until after the Flask app is created below so we can
Expand Down
Loading