question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

with 2.1 the Value field of a Trace Activity is throwing warnings where it did not previously

See original GitHub issue

Describe the bug

Pre 2.1, I could have the Value field of a trace activity, with a value type of string, without quotes and just call properties as needed. no warning was raised. turn.activity.listOfScores = ${turn.activity.listOfScores} turn.activity.value = ${turn.activity.value} and turn.activity = ${turn.activity}

No single quotes were necessary as they were always implied. I now have hundreds of warnings for trace events properties where there wasnt a problem before.

Version

Version 2.1

Browser

image

OS

  • Windows

To Reproduce

Steps to reproduce the behavior:

Create a Trace Event with a value type of string and enter a string with escaped properties. see screen shots for examples. warning is received.

Expected behavior

the value fields with value type of string should not need quotes since its defined as a value type of string.

Screenshots

Screenshot 1 image

Screenshot 2 image

Additional context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
stevkancommented, Jul 28, 2021

@tonyanziano, I was able to repro the issue once. But, unable to repro any, again. I don’t remember what steps I took to get the error to show in the UI, but everything I tried, including trying to retrace my steps (no pun intended), failed to repro after the first occurrence.

However, a warning is shown in the ‘Problems’ output that does capture the same message that was displayed in the error (see below).

It also doesn’t appear to be a blocking issue. While the warning / error is displayed, it isn’t keeping the bot from outputting the trace. @Uggi, is this your experience, as well?

image

0reactions
srinaathcommented, Aug 16, 2021

@boydc2014 Is there someone on your team to investigate this ticket?

Read more comments on GitHub >

github_iconTop Results From Across the Web

java - Failed to execute goal org.apache.maven.plugins ...
We need to ensure that proper jdk version in our dev environment or change the value to 1.7 or 1.5 or whatever if...
Read more >
Build.VERSION_CODES - Android Developers
android.app.appsearch.observer. Overview. Interfaces. ObserverCallback. Classes. DocumentChangeInfo · ObserverSpec · ObserverSpec.Builder · SchemaChangeInfo.
Read more >
Troubleshoot an object that is not syncing with Azure Active ...
To see the actual error, select Stack Trace. This trace provides debug-level information for the error.
Read more >
Java virtual machine custom properties - IBM
Use this custom property to generate a trace from code areas that are enabled when the com.ibm.config.eclipse.wtp.enablexmltrim custom property is set to true...
Read more >
THE CRIMINAL INVESTIGATION PROCESS VOLUME III
The research described in this report was prepared for the Department of Justice, Law Enforcement Assistance Administration, National Insti-.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found