[
https://issues.apache.org/jira/browse/SENSSOFT-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098919#comment-16098919
]
Michelle Beard commented on SENSSOFT-214:
-----------------------------------------
We were running into an issue with regards to an app where the UserALE script
tag would be added, but the code for our library would not actually run (no
errors though). This is due to the app using what is known as “AMD”
(Asynchronous Module Definition), a way to define JavaScript dependencies
dynamically (at runtime). The issue arises from the fact that our library is
built as a module so, if an AMD app is on the same page, it will only run its
code when it is asked to by the app. The short-term workaround was to comment
out the AMD-specific code in our library. The long-term fix will be to bundle
our library as a global library, not a module.
Rob
> Added UserALE tag, but no logs generated
> ----------------------------------------
>
> Key: SENSSOFT-214
> URL: https://issues.apache.org/jira/browse/SENSSOFT-214
> Project: SensSoft
> Issue Type: Bug
> Components: UserALE.js
> Affects Versions: UserALE.js 0.2.0, UserALE.js 0.1.0
> Reporter: Michelle Beard
> Assignee: Michelle Beard
> Fix For: UserALE.js 0.2.0
>
>
> Using the UserALE.js web extension, we have been successfully able to inject
> the UserALE.js script tag to an application, but no logs are being sent (no
> errors thrown).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)