Missing information in data up event

[application_server.integration]

enabled = ["aws_sns"]

[application_server.integration.aws_sns]

aws_region="eu-west-3"
topic_arn="arn:aws:sns:eu-west-3:{accoount}:{topicName}"


[application_server.external_api]

jwt_secret="verysecret"

[application_server.integration.mqtt]

server="tcp://mosquitto:1883"

[application_server.api]

public_host="chirpstack-application-server:8001"

[application_server.external_api]

bind="0.0.0.0:8080"

jwt_secret="verysecret"

Hi
I have enabled the integration with AWS SNS. The events are published, but data up events do not contain the same fields as when they are displayed on the Device Data page.

The fields missing are the ones found in the txInfo object. The events published to SNS only contain frequency and dr whereas the events displayed in the Device Data page contain modulation and loRaModulationInfo (bandwidth, spreadingFactor, codeRate and polarizationInversion).

Is this due to a misconfiguration of the Application Server?

Thanks in advance