Skip to content

Commit

Permalink
Plugin updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawlesst committed Sep 14, 2021
1 parent 015e0b1 commit 1fa3276
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/constellate-plugin/constellate_plugin/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
refreshTimeout: 1200000, // 20 minutes
},
ConstellateApi: {
url: 'https://backend.tdm-pilot.org'
url: 'https://backend.constellate.org'
}
};

Expand Down Expand Up @@ -218,6 +218,11 @@ define([
refreshSession().then(async res => {
userSession = await res.json();

logEvent('binder-session-create', {
kernel: Jupyter.notebook.kernel.name,
notebook: Jupyter.notebook.notebook_name
});

logEvent('notebook-session-create', {
kernel: Jupyter.notebook.kernel.name,
notebook: Jupyter.notebook.notebook_name
Expand Down

0 comments on commit 1fa3276

Please sign in to comment.