docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDiagnostics

    Object used to send diagnostic events to the backend.

    Namespace: Unity.Services.Core.Telemetry.Internal
    Assembly: Unity.Services.Core.Internal.dll
    Syntax
    public interface IDiagnostics

    Methods

    SendDiagnostic(string, string, IDictionary<string, string>)

    Send a diagnostic event to the telemetry service to report unexpected behaviour.

    Declaration
    void SendDiagnostic(string name, string message, IDictionary<string, string> tags = null)
    Parameters
    Type Name Description
    string name

    Name of the event.

    string message

    An error message describing what error occured.

    IDictionary<string, string> tags

    Event tags.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)