Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from Enalmada/patch-4
Browse files Browse the repository at this point in the history
Quoting values
  • Loading branch information
teamon committed Feb 23, 2014
2 parents 90e0bda + be8f5af commit 5423c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/play/airbrake/Airbrake.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ object Airbrake {
def js = if(enabled) { """
<script src="http://cdn.airbrake.io/notifier.min.js"></script>
<script type="text/javascript">
Airbrake.setKey(%s);
Airbrake.setKey('%s');
Airbrake.setHost('api.airbrake.io');
Airbrake.setEnvironment(%s);
Airbrake.setEnvironment('%s');
Airbrake.setGuessFunctionName(true);
</script>
""".format(apiKey, app.mode)
Expand Down

0 comments on commit 5423c1d

Please sign in to comment.