web SDK debugging: Similar to setDebug(true) | Community
Skip to main content
New Participant
June 7, 2023
Solved

web SDK debugging: Similar to setDebug(true)

  • June 7, 2023
  • 2 replies
  • 938 views

with web SDK it's hard to find out which rule is firing, as setDebug() is does not work, adobe debugger give some data in console but it's not clear as setDebug().

 

Is there way to know which rules are firing for web SDK debugging?

 

@jennifer_dungan  @andrey_osadchuk @isinha @akt0m3r @hemangini @amgup 

@rudrachaudhari 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

yuhuisg
yuhuisgAccepted solution
New Participant
June 8, 2023
New Participant
June 8, 2023

It's not the same thing,

 

Anyway I have figured it out. we can look for sendEvent.

 

[alloy] Executing sendEvent command. Options: {xdm: {…}, type: 'formview|Campaign|Subscription'}

Jennifer_Dungan
New Participant
June 7, 2023

Unfortunately, I haven't used WebSDK yet, but from my understanding the same debug should work... there's just more logs that have to be sorted through....