Find js error in device decoder

Hi,
I have an decoder for my device (elvaco cmi4160). The decoder worked on chirpstack v3 but seems not to be working on chirpstack v4.7 and it works in my test environment (visual studio code) for testing the decoder.
The device log just says:

{
        "time": "2024-03-19T12:40:26.718255954+00:00",
        "deviceInfo": {
            "tenantId": "00000000-0000-0000-0000-000000000100",
            "tenantName": "IKB_EnergieServices",
            "applicationId": "00000000-0000-0000-0000-000000001040",
            "applicationName": "Heatmeter",
            "deviceProfileId": "af268217-073f-4b75-9c8e-ec7054cb2090",
            "deviceProfileName": "Diehl_Elvaco_Profile",
            "deviceName": "",
            "devEui": "",
            "deviceClassEnabled": "CLASS_A",
            "tags": {}
        },
        "level": "ERROR",
        "code": "UPLINK_CODEC",
        "description": "Exception generated by quickjs",
        "context": {
            "deduplication_id": "5a53b8cc-db78-4f46-89e4-f49265c93a3e"
        }
    }

Is there a way to get the line where the error occured? This message does realy not help to find the error…

This was fixed in Expose more verbose JS codec error output. · chirpstack/chirpstack@e3752fb · GitHub