Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/app-logic/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ export const PROFILER_SERVER_ORIGIN = 'https://api.profiler.firefox.com';
// SYMBOL_SERVER_URL
// -----------------
// Can be overridden with the URL parameter `symbolServer=SERVERURL`.
// You can change this to the staging server `https://symbolication.stage.mozaws.net`,
// or run a local symbol server (for example using profiler-symbol-server [1])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Further, the SYMBOL_SERVER_URL constant below should be renamed to SYMBOLICATION_SERVICE_URL since the symbol server is a different thing.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, looks like we got used to misname this :-)

// You can change this to run a local symbol server (for example using profiler-symbol-server [1])
// and set it to e.g. 'http://localhost:8000/'.
//
// [1] https://github.com/mstange/profiler-symbol-server/
Expand Down