Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Azure: Data drop 400: 106: Field 'parsedStack' on type 'ExceptionDetails' is of incorrect type. Expected: array #1231

@mark-at-kluster

Description

@mark-at-kluster

Describe your environment.

Python 3.11
opencensus==0.11.3
opencensus-context==0.1.3
opencensus-ext-azure==1.1.11
opencensus-ext-django==0.8.0
opencensus-ext-logging==0.1.1
opencensus-ext-requests==0.8.0
LOGGING = {
    "version": 1,
    "disable_existing_loggers": False,
    "handlers": {
  
         "log_to_azure_ai": {
            "level": "DEBUG",
            "class": "opencensus.ext.azure.log_exporter.AzureLogHandler",
            "connection_string": os.environ.get("APPLICATIONINSIGHTS_CONNECTION_STRING")
        },

    },
    "loggers": {
        '': {
            'handlers': [ 'log_to_azure_ai'],
            'level': 'INFO',
        }
    }
}

Steps to reproduce.
Set up logging as follows. When application hits exception, 400 returned. Asking for type Dict, type is string.

What is the expected behavior?
No 400 response.

What is the actual behavior?
400 response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions